Html Css Color HEX #B90C10 Venetian Red

📋 copy color: '#B90C10'

red 185 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #B90C10

Tints of Venetian Red #B90C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 86.85%
G = 5.63%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B90C10 (or 0xB90C10) is known color: Venetian Red. HEX triplet: B9, 0C and 10. RGB value is (185,12,16). Sum of RGB (Red+Green+Blue) = 185+12+16=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90C10 is #46F3EF. Grayscale: #404040. Windows color (decimal): -4649968 or 1051833. OLE color: 1051833.

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

Color convert

RGB 185 12 16 -
CMYK 0 0.94 0.91 0.27
HSL 358.61º 0.88% 0.39% -
HSV(B) 358.61º 0.94% 0.73% -
XYZ 20.23 10.61 1.47 -
YUV 64.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 185 12 16 0 0.94 0.91 0.27 358.61 0.88 0.39
Hex B9 C 10 0 5E 5B 1B 167 58 27
Octal 271 14 20 0 136 133 33 547 130 47
Binary 10111001 1100 10000 0 1011110 1011011 11011 101100111 1011000 100111

Color Harmonies of #B90C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C10

Black with #B90C10

Text Example


Text Example

White with #B90C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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