Html Css Color HEX #B9021A Venetian Red

📋 copy color: '#B9021A'

red 185 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #B9021A

Tints of Venetian Red #B9021A

RGB

 RED value IS 185 (72.66% from 255) = 86.85%

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

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

R = 86.85%
G = 0.94%
B = 12.21%

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

#B9021A (or 0xB9021A) is known color: Venetian Red. HEX triplet: B9, 02 and 1A. RGB value is (185,2,26). Sum of RGB (Red+Green+Blue) = 185+2+26=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B9021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9021A is #46FDE5. Grayscale: #3B3B3B. Windows color (decimal): -4652518 or 1704633. OLE color: 1704633.

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

Color convert

RGB 185 2 26 -
CMYK 0 0.99 0.86 0.27
HSL 352.13º 0.98% 0.37% -
HSV(B) 352.13º 0.99% 0.73% -
XYZ 20.22 10.43 1.93 -
YUV 59.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 185 2 26 0 0.99 0.86 0.27 352.13 0.98 0.37
Hex B9 2 1A 0 63 56 1B 160 62 25
Octal 271 2 32 0 143 126 33 540 142 45
Binary 10111001 10 11010 0 1100011 1010110 11011 101100000 1100010 100101

Color Harmonies of #B9021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9021A

Black with #B9021A

Text Example


Text Example

White with #B9021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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