Html Css Color HEX #BB051E Venetian Red

📋 copy color: '#BB051E'

red 187 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #BB051E

Tints of Venetian Red #BB051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 84.23%
G = 2.25%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB051E (or 0xBB051E) is known color: Venetian Red. HEX triplet: BB, 05 and 1E. RGB value is (187,5,30). Sum of RGB (Red+Green+Blue) = 187+5+30=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB051E is #44FAE1. Grayscale: #3E3E3E. Windows color (decimal): -4520674 or 1967547. OLE color: 1967547.

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

Color convert

RGB 187 5 30 -
CMYK 0 0.97 0.84 0.27
HSL 351.76º 0.95% 0.38% -
HSV(B) 351.76º 0.97% 0.73% -
XYZ 20.78 10.77 2.21 -
YUV 62.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 187 5 30 0 0.97 0.84 0.27 351.76 0.95 0.38
Hex BB 5 1E 0 61 54 1B 160 5F 26
Octal 273 5 36 0 141 124 33 540 137 46
Binary 10111011 101 11110 0 1100001 1010100 11011 101100000 1011111 100110

Color Harmonies of #BB051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB051E

Black with #BB051E

Text Example


Text Example

White with #BB051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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