Html Css Color HEX #B9022D Venetian Red

📋 copy color: '#B9022D'

red 185 ◦ green 2 ◦ blue 45

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

Shades of Venetian Red #B9022D

Tints of Venetian Red #B9022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 79.74%
G = 0.86%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9022D (or 0xB9022D) is known color: Venetian Red. HEX triplet: B9, 02 and 2D. RGB value is (185,2,45). Sum of RGB (Red+Green+Blue) = 185+2+45=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B9022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9022D is #46FDD2. Grayscale: #3D3D3D. Windows color (decimal): -4652499 or 2949817. OLE color: 2949817.

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

Color convert

RGB 185 2 45 -
CMYK 0 0.99 0.76 0.27
HSL 345.9º 0.98% 0.37% -
HSV(B) 345.9º 0.99% 0.73% -
XYZ 20.5 10.55 3.44 -
YUV 61.62 118.63 216 -
System Red Green Blue C M Y K H S L
Decimal 185 2 45 0 0.99 0.76 0.27 345.9 0.98 0.37
Hex B9 2 2D 0 63 4C 1B 15A 62 25
Octal 271 2 55 0 143 114 33 532 142 45
Binary 10111001 10 101101 0 1100011 1001100 11011 101011010 1100010 100101

Color Harmonies of #B9022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9022D

Black with #B9022D

Text Example


Text Example

White with #B9022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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