Html Css Color HEX #B90218 Venetian Red

📋 copy color: '#B90218'

red 185 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #B90218

Tints of Venetian Red #B90218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 87.68%
G = 0.95%
B = 11.37%

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

#B90218 (or 0xB90218) is known color: Venetian Red. HEX triplet: B9, 02 and 18. RGB value is (185,2,24). Sum of RGB (Red+Green+Blue) = 185+2+24=211 (27% of max value = 765). Red value is 185 (72.66% from 255 or 87.68% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 185 - color contains mainly: red. Hex color #B90218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90218 is #46FDE7. Grayscale: #3B3B3B. Windows color (decimal): -4652520 or 1573561. OLE color: 1573561.

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

Color convert

RGB 185 2 24 -
CMYK 0 0.99 0.87 0.27
HSL 352.79º 0.98% 0.37% -
HSV(B) 352.79º 0.99% 0.73% -
XYZ 20.19 10.42 1.81 -
YUV 59.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 185 2 24 0 0.99 0.87 0.27 352.79 0.98 0.37
Hex B9 2 18 0 63 57 1B 161 62 25
Octal 271 2 30 0 143 127 33 541 142 45
Binary 10111001 10 11000 0 1100011 1010111 11011 101100001 1100010 100101

Color Harmonies of #B90218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90218

Black with #B90218

Text Example


Text Example

White with #B90218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90218; }

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

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

background-color css

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

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

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

border-color css

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

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

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