Html Css Color HEX #B90118 Venetian Red

📋 copy color: '#B90118'

red 185 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #B90118

Tints of Venetian Red #B90118

RGB

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

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

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

R = 88.1%
G = 0.48%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B90118 (or 0xB90118) is known color: Venetian Red. HEX triplet: B9, 01 and 18. RGB value is (185,1,24). Sum of RGB (Red+Green+Blue) = 185+1+24=210 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.10% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 185 - color contains mainly: red. Hex color #B90118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90118 is #46FEE7. Grayscale: #3A3A3A. Windows color (decimal): -4652776 or 1573305. OLE color: 1573305.

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

Color convert

RGB 185 1 24 -
CMYK 0 0.99 0.87 0.27
HSL 352.5º 0.99% 0.36% -
HSV(B) 352.5º 0.99% 0.73% -
XYZ 20.18 10.4 1.81 -
YUV 58.64 108.46 218.13 -
System Red Green Blue C M Y K H S L
Decimal 185 1 24 0 0.99 0.87 0.27 352.5 0.99 0.36
Hex B9 1 18 0 63 57 1B 160 63 24
Octal 271 1 30 0 143 127 33 540 143 44
Binary 10111001 1 11000 0 1100011 1010111 11011 101100000 1100011 100100

Color Harmonies of #B90118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90118

Black with #B90118

Text Example


Text Example

White with #B90118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90118; }

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

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

background-color css

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

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

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

border-color css

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

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

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