Html Css Color HEX #BB040C Venetian Red

📋 copy color: '#BB040C'

red 187 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #BB040C

Tints of Venetian Red #BB040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 92.12%
G = 1.97%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB040C (or 0xBB040C) is known color: Venetian Red. HEX triplet: BB, 04 and 0C. RGB value is (187,4,12). Sum of RGB (Red+Green+Blue) = 187+4+12=203 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.12% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 187 - color contains mainly: red. Hex color #BB040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB040C is #44FBF3. Grayscale: #3B3B3B. Windows color (decimal): -4520948 or 787643. OLE color: 787643.

HSL color Cylindrical-coordinate representation of color #BB040C: hue angle of 357.38º degrees, saturation: 0.96, 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 #BB040C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 12 -
CMYK 0 0.98 0.94 0.27
HSL 357.38º 0.96% 0.37% -
HSV(B) 357.38º 0.98% 0.73% -
XYZ 20.6 10.68 1.32 -
YUV 59.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 187 4 12 0 0.98 0.94 0.27 357.38 0.96 0.37
Hex BB 4 C 0 62 5E 1B 165 60 25
Octal 273 4 14 0 142 136 33 545 140 45
Binary 10111011 100 1100 0 1100010 1011110 11011 101100101 1100000 100101

Color Harmonies of #BB040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB040C

Black with #BB040C

Text Example


Text Example

White with #BB040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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