Html Css Color HEX #BB032B Venetian Red

📋 copy color: '#BB032B'

red 187 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #BB032B

Tints of Venetian Red #BB032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 80.26%
G = 1.29%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB032B (or 0xBB032B) is known color: Venetian Red. HEX triplet: BB, 03 and 2B. RGB value is (187,3,43). Sum of RGB (Red+Green+Blue) = 187+3+43=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB032B is #44FCD4. Grayscale: #3E3E3E. Windows color (decimal): -4521173 or 2819003. OLE color: 2819003.

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

Color convert

RGB 187 3 43 -
CMYK 0 0.98 0.77 0.27
HSL 346.96º 0.97% 0.37% -
HSV(B) 346.96º 0.98% 0.73% -
XYZ 20.96 10.8 3.27 -
YUV 62.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 187 3 43 0 0.98 0.77 0.27 346.96 0.97 0.37
Hex BB 3 2B 0 62 4D 1B 15B 61 25
Octal 273 3 53 0 142 115 33 533 141 45
Binary 10111011 11 101011 0 1100010 1001101 11011 101011011 1100001 100101

Color Harmonies of #BB032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB032B

Black with #BB032B

Text Example


Text Example

White with #BB032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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