Html Css Color HEX #B90C15 Venetian Red

📋 copy color: '#B90C15'

red 185 ◦ green 12 ◦ blue 21

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

Shades of Venetian Red #B90C15

Tints of Venetian Red #B90C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 84.86%
G = 5.5%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B90C15 (or 0xB90C15) is known color: Venetian Red. HEX triplet: B9, 0C and 15. RGB value is (185,12,21). Sum of RGB (Red+Green+Blue) = 185+12+21=218 (28% of max value = 765). Red value is 185 (72.66% from 255 or 84.86% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90C15 is #46F3EA. Grayscale: #404040. Windows color (decimal): -4649963 or 1379513. OLE color: 1379513.

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

Color convert

RGB 185 12 21 -
CMYK 0 0.94 0.89 0.27
HSL 356.88º 0.88% 0.39% -
HSV(B) 356.88º 0.94% 0.73% -
XYZ 20.27 10.63 1.69 -
YUV 64.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 185 12 21 0 0.94 0.89 0.27 356.88 0.88 0.39
Hex B9 C 15 0 5E 59 1B 165 58 27
Octal 271 14 25 0 136 131 33 545 130 47
Binary 10111001 1100 10101 0 1011110 1011001 11011 101100101 1011000 100111

Color Harmonies of #B90C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C15

Black with #B90C15

Text Example


Text Example

White with #B90C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C15; }

 p { color: rgb(185,12,21); }

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

background-color css

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

 a { background-color: rgb(185,12,21); }

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

border-color css

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

 span { border-color: rgb(185,12,21); }

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