Html Css Color HEX #B90114 Venetian Red

📋 copy color: '#B90114'

red 185 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #B90114

Tints of Venetian Red #B90114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 89.81%
G = 0.49%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B90114 (or 0xB90114) is known color: Venetian Red. HEX triplet: B9, 01 and 14. RGB value is (185,1,20). Sum of RGB (Red+Green+Blue) = 185+1+20=206 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.81% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 185 - color contains mainly: red. Hex color #B90114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90114 is #46FEEB. Grayscale: #3A3A3A. Windows color (decimal): -4652780 or 1311161. OLE color: 1311161.

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

Color convert

RGB 185 1 20 -
CMYK 0 0.99 0.89 0.27
HSL 353.8º 0.99% 0.36% -
HSV(B) 353.8º 0.99% 0.73% -
XYZ 20.14 10.39 1.6 -
YUV 58.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 185 1 20 0 0.99 0.89 0.27 353.8 0.99 0.36
Hex B9 1 14 0 63 59 1B 162 63 24
Octal 271 1 24 0 143 131 33 542 143 44
Binary 10111001 1 10100 0 1100011 1011001 11011 101100010 1100011 100100

Color Harmonies of #B90114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90114

Black with #B90114

Text Example


Text Example

White with #B90114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90114; }

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

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

background-color css

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

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

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

border-color css

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

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

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