Html Css Color HEX #BB021A Venetian Red

📋 copy color: '#BB021A'

red 187 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #BB021A

Tints of Venetian Red #BB021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 86.98%
G = 0.93%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB021A (or 0xBB021A) is known color: Venetian Red. HEX triplet: BB, 02 and 1A. RGB value is (187,2,26). Sum of RGB (Red+Green+Blue) = 187+2+26=215 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.98% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 187 - color contains mainly: red. Hex color #BB021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB021A is #44FDE5. Grayscale: #3C3C3C. Windows color (decimal): -4521446 or 1704635. OLE color: 1704635.

HSL color Cylindrical-coordinate representation of color #BB021A: hue angle of 352.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB021A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 26 -
CMYK 0 0.99 0.86 0.27
HSL 352.22º 0.98% 0.37% -
HSV(B) 352.22º 0.99% 0.73% -
XYZ 20.7 10.68 1.95 -
YUV 60.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 187 2 26 0 0.99 0.86 0.27 352.22 0.98 0.37
Hex BB 2 1A 0 63 56 1B 160 62 25
Octal 273 2 32 0 143 126 33 540 142 45
Binary 10111011 10 11010 0 1100011 1010110 11011 101100000 1100010 100101

Color Harmonies of #BB021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB021A

Black with #BB021A

Text Example


Text Example

White with #BB021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB021A; }

 p { color: rgb(187,2,26); }

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

background-color css

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

 a { background-color: rgb(187,2,26); }

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

border-color css

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

 span { border-color: rgb(187,2,26); }

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