Html Css Color HEX #B9020C Venetian Red

📋 copy color: '#B9020C'

red 185 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #B9020C

Tints of Venetian Red #B9020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 92.96%
G = 1.01%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9020C (or 0xB9020C) is known color: Venetian Red. HEX triplet: B9, 02 and 0C. RGB value is (185,2,12). Sum of RGB (Red+Green+Blue) = 185+2+12=199 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.96% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 185 - color contains mainly: red. Hex color #B9020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9020C is #46FDF3. Grayscale: #3A3A3A. Windows color (decimal): -4652532 or 787129. OLE color: 787129.

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

Color convert

RGB 185 2 12 -
CMYK 0 0.99 0.94 0.27
HSL 356.72º 0.98% 0.37% -
HSV(B) 356.72º 0.99% 0.73% -
XYZ 20.1 10.38 1.29 -
YUV 57.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 185 2 12 0 0.99 0.94 0.27 356.72 0.98 0.37
Hex B9 2 C 0 63 5E 1B 165 62 25
Octal 271 2 14 0 143 136 33 545 142 45
Binary 10111001 10 1100 0 1100011 1011110 11011 101100101 1100010 100101

Color Harmonies of #B9020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9020C

Black with #B9020C

Text Example


Text Example

White with #B9020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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