Html Css Color HEX #BB0312 Venetian Red

📋 copy color: '#BB0312'

red 187 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #BB0312

Tints of Venetian Red #BB0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 89.9%
G = 1.44%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB0312 (or 0xBB0312) is known color: Venetian Red. HEX triplet: BB, 03 and 12. RGB value is (187,3,18). Sum of RGB (Red+Green+Blue) = 187+3+18=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0312 is #44FCED. Grayscale: #3B3B3B. Windows color (decimal): -4521198 or 1180603. OLE color: 1180603.

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

Color convert

RGB 187 3 18 -
CMYK 0 0.98 0.90 0.27
HSL 355.11º 0.97% 0.37% -
HSV(B) 355.11º 0.98% 0.73% -
XYZ 20.64 10.67 1.54 -
YUV 59.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 187 3 18 0 0.98 0.90 0.27 355.11 0.97 0.37
Hex BB 3 12 0 62 5A 1B 163 61 25
Octal 273 3 22 0 142 132 33 543 141 45
Binary 10111011 11 10010 0 1100010 1011010 11011 101100011 1100001 100101

Color Harmonies of #BB0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0312

Black with #BB0312

Text Example


Text Example

White with #BB0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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