Html Css Color HEX #BB032D Venetian Red

📋 copy color: '#BB032D'

red 187 ◦ green 3 ◦ blue 45

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

Shades of Venetian Red #BB032D

Tints of Venetian Red #BB032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 79.57%
G = 1.28%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB032D (or 0xBB032D) is known color: Venetian Red. HEX triplet: BB, 03 and 2D. RGB value is (187,3,45). Sum of RGB (Red+Green+Blue) = 187+3+45=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB032D is #44FCD2. Grayscale: #3E3E3E. Windows color (decimal): -4521171 or 2950075. OLE color: 2950075.

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

Color convert

RGB 187 3 45 -
CMYK 0 0.98 0.76 0.27
HSL 346.3º 0.97% 0.37% -
HSV(B) 346.3º 0.98% 0.73% -
XYZ 21 10.82 3.46 -
YUV 62.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 187 3 45 0 0.98 0.76 0.27 346.3 0.97 0.37
Hex BB 3 2D 0 62 4C 1B 15A 61 25
Octal 273 3 55 0 142 114 33 532 141 45
Binary 10111011 11 101101 0 1100010 1001100 11011 101011010 1100001 100101

Color Harmonies of #BB032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB032D

Black with #BB032D

Text Example


Text Example

White with #BB032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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