Html Css Color HEX #BB090C Venetian Red

📋 copy color: '#BB090C'

red 187 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #BB090C

Tints of Venetian Red #BB090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

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

R = 89.9%
G = 4.33%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB090C (or 0xBB090C) is known color: Venetian Red. HEX triplet: BB, 09 and 0C. RGB value is (187,9,12). Sum of RGB (Red+Green+Blue) = 187+9+12=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB090C is #44F6F3. Grayscale: #3E3E3E. Windows color (decimal): -4519668 or 788923. OLE color: 788923.

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

Color convert

RGB 187 9 12 -
CMYK 0 0.95 0.94 0.27
HSL 358.99º 0.91% 0.38% -
HSV(B) 358.99º 0.95% 0.73% -
XYZ 20.66 10.79 1.34 -
YUV 62.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 187 9 12 0 0.95 0.94 0.27 358.99 0.91 0.38
Hex BB 9 C 0 5F 5E 1B 167 5B 26
Octal 273 11 14 0 137 136 33 547 133 46
Binary 10111011 1001 1100 0 1011111 1011110 11011 101100111 1011011 100110

Color Harmonies of #BB090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB090C

Black with #BB090C

Text Example


Text Example

White with #BB090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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