Html Css Color HEX #BB0411 Venetian Red

📋 copy color: '#BB0411'

red 187 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #BB0411

Tints of Venetian Red #BB0411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 89.9%
G = 1.92%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB0411 (or 0xBB0411) is known color: Venetian Red. HEX triplet: BB, 04 and 11. RGB value is (187,4,17). Sum of RGB (Red+Green+Blue) = 187+4+17=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0411 is #44FBEE. Grayscale: #3C3C3C. Windows color (decimal): -4520943 or 1115323. OLE color: 1115323.

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

Color convert

RGB 187 4 17 -
CMYK 0 0.98 0.91 0.27
HSL 355.74º 0.96% 0.37% -
HSV(B) 355.74º 0.98% 0.73% -
XYZ 20.64 10.69 1.51 -
YUV 60.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 187 4 17 0 0.98 0.91 0.27 355.74 0.96 0.37
Hex BB 4 11 0 62 5B 1B 164 60 25
Octal 273 4 21 0 142 133 33 544 140 45
Binary 10111011 100 10001 0 1100010 1011011 11011 101100100 1100000 100101

Color Harmonies of #BB0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0411

Black with #BB0411

Text Example


Text Example

White with #BB0411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0411; }

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

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

background-color css

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

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

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

border-color css

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

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

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