Html Css Color HEX #BB042B Venetian Red

📋 copy color: '#BB042B'

red 187 ◦ green 4 ◦ blue 43

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

Shades of Venetian Red #BB042B

Tints of Venetian Red #BB042B

RGB

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

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

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

R = 79.91%
G = 1.71%
B = 18.38%

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

#BB042B (or 0xBB042B) is known color: Venetian Red. HEX triplet: BB, 04 and 2B. RGB value is (187,4,43). Sum of RGB (Red+Green+Blue) = 187+4+43=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB042B is #44FBD4. Grayscale: #3F3F3F. Windows color (decimal): -4520917 or 2819259. OLE color: 2819259.

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

Color convert

RGB 187 4 43 -
CMYK 0 0.98 0.77 0.27
HSL 347.21º 0.96% 0.37% -
HSV(B) 347.21º 0.98% 0.73% -
XYZ 20.97 10.83 3.27 -
YUV 63.16 116.63 216.33 -
System Red Green Blue C M Y K H S L
Decimal 187 4 43 0 0.98 0.77 0.27 347.21 0.96 0.37
Hex BB 4 2B 0 62 4D 1B 15B 60 25
Octal 273 4 53 0 142 115 33 533 140 45
Binary 10111011 100 101011 0 1100010 1001101 11011 101011011 1100000 100101

Color Harmonies of #BB042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB042B

Black with #BB042B

Text Example


Text Example

White with #BB042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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