Html Css Color HEX #B9022A Venetian Red

📋 copy color: '#B9022A'

red 185 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #B9022A

Tints of Venetian Red #B9022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.34%

R = 80.79%
G = 0.87%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9022A (or 0xB9022A) is known color: Venetian Red. HEX triplet: B9, 02 and 2A. RGB value is (185,2,42). Sum of RGB (Red+Green+Blue) = 185+2+42=229 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.79% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 185 - color contains mainly: red. Hex color #B9022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9022A is #46FDD5. Grayscale: #3D3D3D. Windows color (decimal): -4652502 or 2753209. OLE color: 2753209.

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

Color convert

RGB 185 2 42 -
CMYK 0 0.99 0.77 0.27
HSL 346.89º 0.98% 0.37% -
HSV(B) 346.89º 0.99% 0.73% -
XYZ 20.45 10.52 3.14 -
YUV 61.28 117.13 216.25 -
System Red Green Blue C M Y K H S L
Decimal 185 2 42 0 0.99 0.77 0.27 346.89 0.98 0.37
Hex B9 2 2A 0 63 4D 1B 15B 62 25
Octal 271 2 52 0 143 115 33 533 142 45
Binary 10111001 10 101010 0 1100011 1001101 11011 101011011 1100010 100101

Color Harmonies of #B9022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9022A

Black with #B9022A

Text Example


Text Example

White with #B9022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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