Html Css Color HEX #B90014 Venetian Red

📋 copy color: '#B90014'

red 185 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #B90014

Tints of Venetian Red #B90014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 90.24%
G = 0%
B = 9.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B90014 (or 0xB90014) is known color: Venetian Red. HEX triplet: B9, 00 and 14. RGB value is (185,0,20). Sum of RGB (Red+Green+Blue) = 185+0+20=205 (27% of max value = 765). Red value is 185 (72.66% from 255 or 90.24% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 185 - color contains mainly: red. Hex color #B90014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90014 is #46FFEB. Grayscale: #393939. Windows color (decimal): -4653036 or 1310905. OLE color: 1310905.

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

Color convert

RGB 185 0 20 -
CMYK 0 1 0.89 0.27
HSL 353.51º 1% 0.36% -
HSV(B) 353.51º 1% 0.73% -
XYZ 20.13 10.36 1.6 -
YUV 57.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 185 0 20 0 1 0.89 0.27 353.51 1 0.36
Hex B9 0 14 0 64 59 1B 162 64 24
Octal 271 0 24 0 144 131 33 542 144 44
Binary 10111001 0 10100 0 1100100 1011001 11011 101100010 1100100 100100

Color Harmonies of #B90014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90014

Black with #B90014

Text Example


Text Example

White with #B90014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90014; }

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

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

background-color css

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

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

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

border-color css

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

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

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