Html Css Color HEX #BB050E Venetian Red

📋 copy color: '#BB050E'

red 187 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #BB050E

Tints of Venetian Red #BB050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.8%

R = 90.78%
G = 2.43%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB050E (or 0xBB050E) is known color: Venetian Red. HEX triplet: BB, 05 and 0E. RGB value is (187,5,14). Sum of RGB (Red+Green+Blue) = 187+5+14=206 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.78% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 187 - color contains mainly: red. Hex color #BB050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB050E is #44FAF1. Grayscale: #3C3C3C. Windows color (decimal): -4520690 or 918971. OLE color: 918971.

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

Color convert

RGB 187 5 14 -
CMYK 0 0.97 0.93 0.27
HSL 357.03º 0.95% 0.38% -
HSV(B) 357.03º 0.97% 0.73% -
XYZ 20.63 10.71 1.39 -
YUV 60.44 101.8 218.27 -
System Red Green Blue C M Y K H S L
Decimal 187 5 14 0 0.97 0.93 0.27 357.03 0.95 0.38
Hex BB 5 E 0 61 5D 1B 165 5F 26
Octal 273 5 16 0 141 135 33 545 137 46
Binary 10111011 101 1110 0 1100001 1011101 11011 101100101 1011111 100110

Color Harmonies of #BB050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB050E

Black with #BB050E

Text Example


Text Example

White with #BB050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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