Html Css Color HEX #BB0509 Venetian Red

📋 copy color: '#BB0509'

red 187 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #BB0509

Tints of Venetian Red #BB0509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 93.03%
G = 2.49%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB0509 (or 0xBB0509) is known color: Venetian Red. HEX triplet: BB, 05 and 09. RGB value is (187,5,9). Sum of RGB (Red+Green+Blue) = 187+5+9=201 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.03% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0509 is #44FAF6. Grayscale: #3C3C3C. Windows color (decimal): -4520695 or 591291. OLE color: 591291.

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

Color convert

RGB 187 5 9 -
CMYK 0 0.97 0.95 0.27
HSL 358.68º 0.95% 0.38% -
HSV(B) 358.68º 0.97% 0.73% -
XYZ 20.6 10.69 1.24 -
YUV 59.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 187 5 9 0 0.97 0.95 0.27 358.68 0.95 0.38
Hex BB 5 9 0 61 5F 1B 167 5F 26
Octal 273 5 11 0 141 137 33 547 137 46
Binary 10111011 101 1001 0 1100001 1011111 11011 101100111 1011111 100110

Color Harmonies of #BB0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0509

Black with #BB0509

Text Example


Text Example

White with #BB0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0509; }

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

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

background-color css

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

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

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

border-color css

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

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

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