Html Css Color HEX #B90320 Venetian Red

📋 copy color: '#B90320'

red 185 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #B90320

Tints of Venetian Red #B90320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 84.09%
G = 1.36%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B90320 (or 0xB90320) is known color: Venetian Red. HEX triplet: B9, 03 and 20. RGB value is (185,3,32). Sum of RGB (Red+Green+Blue) = 185+3+32=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B90320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90320 is #46FCDF. Grayscale: #3C3C3C. Windows color (decimal): -4652256 or 2098105. OLE color: 2098105.

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

Color convert

RGB 185 3 32 -
CMYK 0 0.98 0.83 0.27
HSL 350.44º 0.97% 0.37% -
HSV(B) 350.44º 0.98% 0.73% -
XYZ 20.3 10.48 2.32 -
YUV 60.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 185 3 32 0 0.98 0.83 0.27 350.44 0.97 0.37
Hex B9 3 20 0 62 53 1B 15E 61 25
Octal 271 3 40 0 142 123 33 536 141 45
Binary 10111001 11 100000 0 1100010 1010011 11011 101011110 1100001 100101

Color Harmonies of #B90320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90320

Black with #B90320

Text Example


Text Example

White with #B90320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90320; }

 p { color: rgb(185,3,32); }

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

background-color css

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

 a { background-color: rgb(185,3,32); }

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

border-color css

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

 span { border-color: rgb(185,3,32); }

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