Html Css Color HEX #B90012 Venetian Red

📋 copy color: '#B90012'

red 185 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #B90012

Tints of Venetian Red #B90012

RGB

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

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

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

R = 91.13%
G = 0%
B = 8.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B90012 (or 0xB90012) is known color: Venetian Red. HEX triplet: B9, 00 and 12. RGB value is (185,0,18). Sum of RGB (Red+Green+Blue) = 185+0+18=203 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.13% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 185 - color contains mainly: red. Hex color #B90012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90012 is #46FFED. Grayscale: #393939. Windows color (decimal): -4653038 or 1179833. OLE color: 1179833.

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

Color convert

RGB 185 0 18 -
CMYK 0 1 0.90 0.27
HSL 354.16º 1% 0.36% -
HSV(B) 354.16º 1% 0.73% -
XYZ 20.12 10.36 1.51 -
YUV 57.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 185 0 18 0 1 0.90 0.27 354.16 1 0.36
Hex B9 0 12 0 64 5A 1B 162 64 24
Octal 271 0 22 0 144 132 33 542 144 44
Binary 10111001 0 10010 0 1100100 1011010 11011 101100010 1100100 100100

Color Harmonies of #B90012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90012

Black with #B90012

Text Example


Text Example

White with #B90012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90012; }

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

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

background-color css

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

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

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

border-color css

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

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

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