Html Css Color HEX #B90D0F Venetian Red

📋 copy color: '#B90D0F'

red 185 ◦ green 13 ◦ blue 15

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

Shades of Venetian Red #B90D0F

Tints of Venetian Red #B90D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 86.85%
G = 6.1%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B90D0F (or 0xB90D0F) is known color: Venetian Red. HEX triplet: B9, 0D and 0F. RGB value is (185,13,15). Sum of RGB (Red+Green+Blue) = 185+13+15=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90D0F is #46F2F0. Grayscale: #404040. Windows color (decimal): -4649713 or 986553. OLE color: 986553.

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

Color convert

RGB 185 13 15 -
CMYK 0 0.93 0.92 0.27
HSL 359.3º 0.87% 0.39% -
HSV(B) 359.3º 0.93% 0.73% -
XYZ 20.24 10.64 1.44 -
YUV 64.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 185 13 15 0 0.93 0.92 0.27 359.3 0.87 0.39
Hex B9 D F 0 5D 5C 1B 167 57 27
Octal 271 15 17 0 135 134 33 547 127 47
Binary 10111001 1101 1111 0 1011101 1011100 11011 101100111 1010111 100111

Color Harmonies of #B90D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D0F

Black with #B90D0F

Text Example


Text Example

White with #B90D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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