Html Css Color HEX #BB0512 Venetian Red

📋 copy color: '#BB0512'

red 187 ◦ green 5 ◦ blue 18

#BB0512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BB0512

Tints of Venetian Red #BB0512

RGB

 RED value IS 187 (73.44% from 255) = 89.05%

 GREEN value IS 5 (2.34% from 255) = 2.38%

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 89.05%
G = 2.38%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB0512 (or 0xBB0512) is known color: Venetian Red. HEX triplet: BB, 05 and 12. RGB value is (187,5,18). Sum of RGB (Red+Green+Blue) = 187+5+18=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0512 is #44FAED. Grayscale: #3D3D3D. Windows color (decimal): -4520686 or 1181115. OLE color: 1181115.

HSL color Cylindrical-coordinate representation of color #BB0512: hue angle of 355.71º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0512 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 18 -
CMYK 0 0.97 0.90 0.27
HSL 355.71º 0.95% 0.38% -
HSV(B) 355.71º 0.97% 0.73% -
XYZ 20.66 10.72 1.55 -
YUV 60.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 187 5 18 0 0.97 0.90 0.27 355.71 0.95 0.38
Hex BB 5 12 0 61 5A 1B 164 5F 26
Octal 273 5 22 0 141 132 33 544 137 46
Binary 10111011 101 10010 0 1100001 1011010 11011 101100100 1011111 100110

Color Harmonies of #BB0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0512

Black with #BB0512

Text Example


Text Example

White with #BB0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0512; }

 p { color: rgb(187,5,18); }

 H1.HeaderClassName
 {
   color: #BB0512;
 }
 .AnyTagClassName
 {
   color: #BB0512;
 }
</style>

background-color css

<style>
 a { background-color: #BB0512; }

 a { background-color: rgb(187,5,18); }

 div.DivClassName
 {
   background-color: #BB0512;
 }
 .BgClassName
 {
   background-color: #BB0512;
 }
</style>

border-color css

<style>
 span { border-color: #BB0512; }

 span { border-color: rgb(187,5,18); }

 td.TdClassName
 {
   border-color: #BB0512;
 }
 .TagClassName
 {
   border-color: #BB0512;
 }
</style>