Html Css Color HEX #B90018 Venetian Red

📋 copy color: '#B90018'

red 185 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #B90018

Tints of Venetian Red #B90018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.52%
G = 0%
B = 11.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B90018 (or 0xB90018) is known color: Venetian Red. HEX triplet: B9, 00 and 18. RGB value is (185,0,24). Sum of RGB (Red+Green+Blue) = 185+0+24=209 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.52% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 185 - color contains mainly: red. Hex color #B90018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90018 is #46FFE7. Grayscale: #3A3A3A. Windows color (decimal): -4653032 or 1573049. OLE color: 1573049.

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

Color convert

RGB 185 0 24 -
CMYK 0 1 0.87 0.27
HSL 352.22º 1% 0.36% -
HSV(B) 352.22º 1% 0.73% -
XYZ 20.17 10.38 1.8 -
YUV 58.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 185 0 24 0 1 0.87 0.27 352.22 1 0.36
Hex B9 0 18 0 64 57 1B 160 64 24
Octal 271 0 30 0 144 127 33 540 144 44
Binary 10111001 0 11000 0 1100100 1010111 11011 101100000 1100100 100100

Color Harmonies of #B90018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90018

Black with #B90018

Text Example


Text Example

White with #B90018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90018; }

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

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

background-color css

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

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

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

border-color css

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

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

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