Html Css Color HEX #B90517 Venetian Red

📋 copy color: '#B90517'

red 185 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #B90517

Tints of Venetian Red #B90517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

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

R = 86.85%
G = 2.35%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B90517 (or 0xB90517) is known color: Venetian Red. HEX triplet: B9, 05 and 17. RGB value is (185,5,23). Sum of RGB (Red+Green+Blue) = 185+5+23=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B90517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90517 is #46FAE8. Grayscale: #3C3C3C. Windows color (decimal): -4651753 or 1508793. OLE color: 1508793.

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

Color convert

RGB 185 5 23 -
CMYK 0 0.97 0.88 0.27
HSL 354º 0.95% 0.37% -
HSV(B) 354º 0.97% 0.73% -
XYZ 20.22 10.48 1.77 -
YUV 60.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 185 5 23 0 0.97 0.88 0.27 354 0.95 0.37
Hex B9 5 17 0 61 58 1B 162 5F 25
Octal 271 5 27 0 141 130 33 542 137 45
Binary 10111001 101 10111 0 1100001 1011000 11011 101100010 1011111 100101

Color Harmonies of #B90517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90517

Black with #B90517

Text Example


Text Example

White with #B90517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90517; }

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

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

background-color css

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

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

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

border-color css

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

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

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