Html Css Color HEX #BB0109 Venetian Red

📋 copy color: '#BB0109'

red 187 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #BB0109

Tints of Venetian Red #BB0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 94.92%
G = 0.51%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB0109 (or 0xBB0109) is known color: Venetian Red. HEX triplet: BB, 01 and 09. RGB value is (187,1,9). Sum of RGB (Red+Green+Blue) = 187+1+9=197 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.92% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0109 is #44FEF6. Grayscale: #393939. Windows color (decimal): -4521719 or 590267. OLE color: 590267.

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

Color convert

RGB 187 1 9 -
CMYK 0 0.99 0.95 0.27
HSL 357.42º 0.99% 0.37% -
HSV(B) 357.42º 0.99% 0.73% -
XYZ 20.55 10.61 1.22 -
YUV 57.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 187 1 9 0 0.99 0.95 0.27 357.42 0.99 0.37
Hex BB 1 9 0 63 5F 1B 165 63 25
Octal 273 1 11 0 143 137 33 545 143 45
Binary 10111011 1 1001 0 1100011 1011111 11011 101100101 1100011 100101

Color Harmonies of #BB0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0109

Black with #BB0109

Text Example


Text Example

White with #BB0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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