Html Css Color HEX #BB0924 Venetian Red

📋 copy color: '#BB0924'

red 187 ◦ green 9 ◦ blue 36

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

Shades of Venetian Red #BB0924

Tints of Venetian Red #BB0924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 80.6%
G = 3.88%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB0924 (or 0xBB0924) is known color: Venetian Red. HEX triplet: BB, 09 and 24. RGB value is (187,9,36). Sum of RGB (Red+Green+Blue) = 187+9+36=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0924 is #44F6DB. Grayscale: #414141. Windows color (decimal): -4519644 or 2361787. OLE color: 2361787.

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

Color convert

RGB 187 9 36 -
CMYK 0 0.95 0.81 0.27
HSL 350.9º 0.91% 0.38% -
HSV(B) 350.9º 0.95% 0.73% -
XYZ 20.91 10.89 2.67 -
YUV 65.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 187 9 36 0 0.95 0.81 0.27 350.9 0.91 0.38
Hex BB 9 24 0 5F 51 1B 15F 5B 26
Octal 273 11 44 0 137 121 33 537 133 46
Binary 10111011 1001 100100 0 1011111 1010001 11011 101011111 1011011 100110

Color Harmonies of #BB0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0924

Black with #BB0924

Text Example


Text Example

White with #BB0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0924; }

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

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

background-color css

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

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

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

border-color css

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

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

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