Html Css Color HEX #B90117 Venetian Red

📋 copy color: '#B90117'

red 185 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #B90117

Tints of Venetian Red #B90117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 88.52%
G = 0.48%
B = 11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B90117 (or 0xB90117) is known color: Venetian Red. HEX triplet: B9, 01 and 17. RGB value is (185,1,23). Sum of RGB (Red+Green+Blue) = 185+1+23=209 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.52% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 185 - color contains mainly: red. Hex color #B90117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90117 is #46FEE8. Grayscale: #3A3A3A. Windows color (decimal): -4652777 or 1507769. OLE color: 1507769.

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

Color convert

RGB 185 1 23 -
CMYK 0 0.99 0.88 0.27
HSL 352.83º 0.99% 0.36% -
HSV(B) 352.83º 0.99% 0.73% -
XYZ 20.17 10.4 1.75 -
YUV 58.52 107.96 218.21 -
System Red Green Blue C M Y K H S L
Decimal 185 1 23 0 0.99 0.88 0.27 352.83 0.99 0.36
Hex B9 1 17 0 63 58 1B 161 63 24
Octal 271 1 27 0 143 130 33 541 143 44
Binary 10111001 1 10111 0 1100011 1011000 11011 101100001 1100011 100100

Color Harmonies of #B90117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90117

Black with #B90117

Text Example


Text Example

White with #B90117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90117; }

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

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

background-color css

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

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

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

border-color css

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

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

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