Html Css Color HEX #BB0926 Venetian Red

📋 copy color: '#BB0926'

red 187 ◦ green 9 ◦ blue 38

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

Shades of Venetian Red #BB0926

Tints of Venetian Red #BB0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 79.91%
G = 3.85%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB0926 (or 0xBB0926) is known color: Venetian Red. HEX triplet: BB, 09 and 26. RGB value is (187,9,38). Sum of RGB (Red+Green+Blue) = 187+9+38=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0926 is #44F6D9. Grayscale: #414141. Windows color (decimal): -4519642 or 2492859. OLE color: 2492859.

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

Color convert

RGB 187 9 38 -
CMYK 0 0.95 0.80 0.27
HSL 350.22º 0.91% 0.38% -
HSV(B) 350.22º 0.95% 0.73% -
XYZ 20.94 10.9 2.83 -
YUV 65.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 187 9 38 0 0.95 0.80 0.27 350.22 0.91 0.38
Hex BB 9 26 0 5F 50 1B 15E 5B 26
Octal 273 11 46 0 137 120 33 536 133 46
Binary 10111011 1001 100110 0 1011111 1010000 11011 101011110 1011011 100110

Color Harmonies of #BB0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0926

Black with #BB0926

Text Example


Text Example

White with #BB0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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