Html Css Color HEX #B90417 Venetian Red

📋 copy color: '#B90417'

red 185 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #B90417

Tints of Venetian Red #B90417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.85%

R = 87.26%
G = 1.89%
B = 10.85%

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

#B90417 (or 0xB90417) is known color: Venetian Red. HEX triplet: B9, 04 and 17. RGB value is (185,4,23). Sum of RGB (Red+Green+Blue) = 185+4+23=212 (28% of max value = 765). Red value is 185 (72.66% from 255 or 87.26% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 185 - color contains mainly: red. Hex color #B90417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90417 is #46FBE8. Grayscale: #3C3C3C. Windows color (decimal): -4652009 or 1508537. OLE color: 1508537.

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

Color convert

RGB 185 4 23 -
CMYK 0 0.98 0.88 0.27
HSL 353.7º 0.96% 0.37% -
HSV(B) 353.7º 0.98% 0.73% -
XYZ 20.21 10.46 1.77 -
YUV 60.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 185 4 23 0 0.98 0.88 0.27 353.7 0.96 0.37
Hex B9 4 17 0 62 58 1B 162 60 25
Octal 271 4 27 0 142 130 33 542 140 45
Binary 10111001 100 10111 0 1100010 1011000 11011 101100010 1100000 100101

Color Harmonies of #B90417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90417

Black with #B90417

Text Example


Text Example

White with #B90417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90417; }

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

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

background-color css

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

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

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

border-color css

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

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

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