Html Css Color HEX #B90418 Venetian Red

📋 copy color: '#B90418'

red 185 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #B90418

Tints of Venetian Red #B90418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 86.85%
G = 1.88%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B90418 (or 0xB90418) is known color: Venetian Red. HEX triplet: B9, 04 and 18. RGB value is (185,4,24). Sum of RGB (Red+Green+Blue) = 185+4+24=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B90418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90418 is #46FBE7. Grayscale: #3C3C3C. Windows color (decimal): -4652008 or 1574073. OLE color: 1574073.

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

Color convert

RGB 185 4 24 -
CMYK 0 0.98 0.87 0.27
HSL 353.37º 0.96% 0.37% -
HSV(B) 353.37º 0.98% 0.73% -
XYZ 20.22 10.47 1.82 -
YUV 60.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 185 4 24 0 0.98 0.87 0.27 353.37 0.96 0.37
Hex B9 4 18 0 62 57 1B 161 60 25
Octal 271 4 30 0 142 127 33 541 140 45
Binary 10111001 100 11000 0 1100010 1010111 11011 101100001 1100000 100101

Color Harmonies of #B90418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90418

Black with #B90418

Text Example


Text Example

White with #B90418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90418; }

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

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

background-color css

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

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

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

border-color css

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

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

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