Html Css Color HEX #BB021F Venetian Red

📋 copy color: '#BB021F'

red 187 ◦ green 2 ◦ blue 31

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

Shades of Venetian Red #BB021F

Tints of Venetian Red #BB021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 85%
G = 0.91%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB021F (or 0xBB021F) is known color: Venetian Red. HEX triplet: BB, 02 and 1F. RGB value is (187,2,31). Sum of RGB (Red+Green+Blue) = 187+2+31=220 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 187 - color contains mainly: red. Hex color #BB021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB021F is #44FDE0. Grayscale: #3C3C3C. Windows color (decimal): -4521441 or 2032315. OLE color: 2032315.

HSL color Cylindrical-coordinate representation of color #BB021F: hue angle of 350.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB021F is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 31 -
CMYK 0 0.99 0.83 0.27
HSL 350.59º 0.98% 0.37% -
HSV(B) 350.59º 0.99% 0.73% -
XYZ 20.76 10.71 2.27 -
YUV 60.62 111.29 218.14 -
System Red Green Blue C M Y K H S L
Decimal 187 2 31 0 0.99 0.83 0.27 350.59 0.98 0.37
Hex BB 2 1F 0 63 53 1B 15F 62 25
Octal 273 2 37 0 143 123 33 537 142 45
Binary 10111011 10 11111 0 1100011 1010011 11011 101011111 1100010 100101

Color Harmonies of #BB021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB021F

Black with #BB021F

Text Example


Text Example

White with #BB021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB021F; }

 p { color: rgb(187,2,31); }

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

background-color css

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

 a { background-color: rgb(187,2,31); }

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

border-color css

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

 span { border-color: rgb(187,2,31); }

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