Html Css Color HEX #B90212 Venetian Red

📋 copy color: '#B90212'

red 185 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #B90212

Tints of Venetian Red #B90212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 90.24%
G = 0.98%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B90212 (or 0xB90212) is known color: Venetian Red. HEX triplet: B9, 02 and 12. RGB value is (185,2,18). Sum of RGB (Red+Green+Blue) = 185+2+18=205 (27% of max value = 765). Red value is 185 (72.66% from 255 or 90.24% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 185 - color contains mainly: red. Hex color #B90212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90212 is #46FDED. Grayscale: #3A3A3A. Windows color (decimal): -4652526 or 1180345. OLE color: 1180345.

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

Color convert

RGB 185 2 18 -
CMYK 0 0.99 0.90 0.27
HSL 354.75º 0.98% 0.37% -
HSV(B) 354.75º 0.99% 0.73% -
XYZ 20.14 10.4 1.52 -
YUV 58.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 185 2 18 0 0.99 0.90 0.27 354.75 0.98 0.37
Hex B9 2 12 0 63 5A 1B 163 62 25
Octal 271 2 22 0 143 132 33 543 142 45
Binary 10111001 10 10010 0 1100011 1011010 11011 101100011 1100010 100101

Color Harmonies of #B90212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90212

Black with #B90212

Text Example


Text Example

White with #B90212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90212; }

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

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

background-color css

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

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

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

border-color css

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

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

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