Html Css Color HEX #BB0420 Venetian Red

📋 copy color: '#BB0420'

red 187 ◦ green 4 ◦ blue 32

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

Shades of Venetian Red #BB0420

Tints of Venetian Red #BB0420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 83.86%
G = 1.79%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB0420 (or 0xBB0420) is known color: Venetian Red. HEX triplet: BB, 04 and 20. RGB value is (187,4,32). Sum of RGB (Red+Green+Blue) = 187+4+32=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0420 is #44FBDF. Grayscale: #3D3D3D. Windows color (decimal): -4520928 or 2098363. OLE color: 2098363.

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

Color convert

RGB 187 4 32 -
CMYK 0 0.98 0.83 0.27
HSL 350.82º 0.96% 0.37% -
HSV(B) 350.82º 0.98% 0.73% -
XYZ 20.8 10.76 2.35 -
YUV 61.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 187 4 32 0 0.98 0.83 0.27 350.82 0.96 0.37
Hex BB 4 20 0 62 53 1B 15F 60 25
Octal 273 4 40 0 142 123 33 537 140 45
Binary 10111011 100 100000 0 1100010 1010011 11011 101011111 1100000 100101

Color Harmonies of #BB0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0420

Black with #BB0420

Text Example


Text Example

White with #BB0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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