Html Css Color HEX #B90D13 Venetian Red

📋 copy color: '#B90D13'

red 185 ◦ green 13 ◦ blue 19

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

Shades of Venetian Red #B90D13

Tints of Venetian Red #B90D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.99%

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 85.25%
G = 5.99%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B90D13 (or 0xB90D13) is known color: Venetian Red. HEX triplet: B9, 0D and 13. RGB value is (185,13,19). Sum of RGB (Red+Green+Blue) = 185+13+19=217 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.25% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90D13 is #46F2EC. Grayscale: #414141. Windows color (decimal): -4649709 or 1248697. OLE color: 1248697.

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

Color convert

RGB 185 13 19 -
CMYK 0 0.93 0.90 0.27
HSL 357.91º 0.87% 0.39% -
HSV(B) 357.91º 0.93% 0.73% -
XYZ 20.27 10.65 1.6 -
YUV 65.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 185 13 19 0 0.93 0.90 0.27 357.91 0.87 0.39
Hex B9 D 13 0 5D 5A 1B 166 57 27
Octal 271 15 23 0 135 132 33 546 127 47
Binary 10111001 1101 10011 0 1011101 1011010 11011 101100110 1010111 100111

Color Harmonies of #B90D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D13

Black with #B90D13

Text Example


Text Example

White with #B90D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D13; }

 p { color: rgb(185,13,19); }

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

background-color css

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

 a { background-color: rgb(185,13,19); }

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

border-color css

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

 span { border-color: rgb(185,13,19); }

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