Html Css Color HEX #BB032A Venetian Red

📋 copy color: '#BB032A'

red 187 ◦ green 3 ◦ blue 42

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

Shades of Venetian Red #BB032A

Tints of Venetian Red #BB032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 80.6%
G = 1.29%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB032A (or 0xBB032A) is known color: Venetian Red. HEX triplet: BB, 03 and 2A. RGB value is (187,3,42). Sum of RGB (Red+Green+Blue) = 187+3+42=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB032A is #44FCD5. Grayscale: #3E3E3E. Windows color (decimal): -4521174 or 2753467. OLE color: 2753467.

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

Color convert

RGB 187 3 42 -
CMYK 0 0.98 0.78 0.27
HSL 347.28º 0.97% 0.37% -
HSV(B) 347.28º 0.98% 0.73% -
XYZ 20.94 10.8 3.17 -
YUV 62.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 187 3 42 0 0.98 0.78 0.27 347.28 0.97 0.37
Hex BB 3 2A 0 62 4E 1B 15B 61 25
Octal 273 3 52 0 142 116 33 533 141 45
Binary 10111011 11 101010 0 1100010 1001110 11011 101011011 1100001 100101

Color Harmonies of #BB032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB032A

Black with #BB032A

Text Example


Text Example

White with #BB032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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