Html Css Color HEX #BB022C Venetian Red

📋 copy color: '#BB022C'

red 187 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #BB022C

Tints of Venetian Red #BB022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 80.26%
G = 0.86%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB022C (or 0xBB022C) is known color: Venetian Red. HEX triplet: BB, 02 and 2C. RGB value is (187,2,44). Sum of RGB (Red+Green+Blue) = 187+2+44=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB022C is #44FDD3. Grayscale: #3E3E3E. Windows color (decimal): -4521428 or 2884283. OLE color: 2884283.

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

Color convert

RGB 187 2 44 -
CMYK 0 0.99 0.76 0.27
HSL 346.38º 0.98% 0.37% -
HSV(B) 346.38º 0.99% 0.73% -
XYZ 20.97 10.79 3.36 -
YUV 62.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 187 2 44 0 0.99 0.76 0.27 346.38 0.98 0.37
Hex BB 2 2C 0 63 4C 1B 15A 62 25
Octal 273 2 54 0 143 114 33 532 142 45
Binary 10111011 10 101100 0 1100011 1001100 11011 101011010 1100010 100101

Color Harmonies of #BB022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB022C

Black with #BB022C

Text Example


Text Example

White with #BB022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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