Html Css Color HEX #B90416 Venetian Red

📋 copy color: '#B90416'

red 185 ◦ green 4 ◦ blue 22

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

Shades of Venetian Red #B90416

Tints of Venetian Red #B90416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 87.68%
G = 1.9%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B90416 (or 0xB90416) is known color: Venetian Red. HEX triplet: B9, 04 and 16. RGB value is (185,4,22). Sum of RGB (Red+Green+Blue) = 185+4+22=211 (27% of max value = 765). Red value is 185 (72.66% from 255 or 87.68% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 185 - color contains mainly: red. Hex color #B90416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90416 is #46FBE9. Grayscale: #3C3C3C. Windows color (decimal): -4652010 or 1443001. OLE color: 1443001.

HSL color Cylindrical-coordinate representation of color #B90416: hue angle of 354.03º degrees, saturation: 0.96, 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 #B90416 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 22 -
CMYK 0 0.98 0.88 0.27
HSL 354.03º 0.96% 0.37% -
HSV(B) 354.03º 0.98% 0.73% -
XYZ 20.2 10.46 1.71 -
YUV 60.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 185 4 22 0 0.98 0.88 0.27 354.03 0.96 0.37
Hex B9 4 16 0 62 58 1B 162 60 25
Octal 271 4 26 0 142 130 33 542 140 45
Binary 10111001 100 10110 0 1100010 1011000 11011 101100010 1100000 100101

Color Harmonies of #B90416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90416

Black with #B90416

Text Example


Text Example

White with #B90416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90416; }

 p { color: rgb(185,4,22); }

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

background-color css

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

 a { background-color: rgb(185,4,22); }

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

border-color css

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

 span { border-color: rgb(185,4,22); }

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