Html Css Color HEX #BB020C Venetian Red

📋 copy color: '#BB020C'

red 187 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #BB020C

Tints of Venetian Red #BB020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 12 (5.08% from 255) = 5.97%

R = 93.03%
G = 1%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB020C (or 0xBB020C) is known color: Venetian Red. HEX triplet: BB, 02 and 0C. RGB value is (187,2,12). Sum of RGB (Red+Green+Blue) = 187+2+12=201 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.03% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 187 - color contains mainly: red. Hex color #BB020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB020C is #44FDF3. Grayscale: #3A3A3A. Windows color (decimal): -4521460 or 787131. OLE color: 787131.

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

Color convert

RGB 187 2 12 -
CMYK 0 0.99 0.94 0.27
HSL 356.76º 0.98% 0.37% -
HSV(B) 356.76º 0.99% 0.73% -
XYZ 20.58 10.63 1.32 -
YUV 58.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 187 2 12 0 0.99 0.94 0.27 356.76 0.98 0.37
Hex BB 2 C 0 63 5E 1B 165 62 25
Octal 273 2 14 0 143 136 33 545 142 45
Binary 10111011 10 1100 0 1100011 1011110 11011 101100101 1100010 100101

Color Harmonies of #BB020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB020C

Black with #BB020C

Text Example


Text Example

White with #BB020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB020C; }

 p { color: rgb(187,2,12); }

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

background-color css

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

 a { background-color: rgb(187,2,12); }

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

border-color css

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

 span { border-color: rgb(187,2,12); }

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