Html Css Color HEX #BB042D Venetian Red

📋 copy color: '#BB042D'

red 187 ◦ green 4 ◦ blue 45

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

Shades of Venetian Red #BB042D

Tints of Venetian Red #BB042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 79.24%
G = 1.69%
B = 19.07%

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

#BB042D (or 0xBB042D) is known color: Venetian Red. HEX triplet: BB, 04 and 2D. RGB value is (187,4,45). Sum of RGB (Red+Green+Blue) = 187+4+45=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB042D is #44FBD2. Grayscale: #3F3F3F. Windows color (decimal): -4520915 or 2950331. OLE color: 2950331.

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

Color convert

RGB 187 4 45 -
CMYK 0 0.98 0.76 0.27
HSL 346.56º 0.96% 0.37% -
HSV(B) 346.56º 0.98% 0.73% -
XYZ 21.01 10.84 3.47 -
YUV 63.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 187 4 45 0 0.98 0.76 0.27 346.56 0.96 0.37
Hex BB 4 2D 0 62 4C 1B 15B 60 25
Octal 273 4 55 0 142 114 33 533 140 45
Binary 10111011 100 101101 0 1100010 1001100 11011 101011011 1100000 100101

Color Harmonies of #BB042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB042D

Black with #BB042D

Text Example


Text Example

White with #BB042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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