Html Css Color HEX #BB022A Venetian Red

📋 copy color: '#BB022A'

red 187 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #BB022A

Tints of Venetian Red #BB022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 80.95%
G = 0.87%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB022A (or 0xBB022A) is known color: Venetian Red. HEX triplet: BB, 02 and 2A. RGB value is (187,2,42). Sum of RGB (Red+Green+Blue) = 187+2+42=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB022A is #44FDD5. Grayscale: #3D3D3D. Windows color (decimal): -4521430 or 2753211. OLE color: 2753211.

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

Color convert

RGB 187 2 42 -
CMYK 0 0.99 0.78 0.27
HSL 347.03º 0.98% 0.37% -
HSV(B) 347.03º 0.99% 0.73% -
XYZ 20.93 10.78 3.17 -
YUV 61.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 187 2 42 0 0.99 0.78 0.27 347.03 0.98 0.37
Hex BB 2 2A 0 63 4E 1B 15B 62 25
Octal 273 2 52 0 143 116 33 533 142 45
Binary 10111011 10 101010 0 1100011 1001110 11011 101011011 1100010 100101

Color Harmonies of #BB022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB022A

Black with #BB022A

Text Example


Text Example

White with #BB022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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