Html Css Color HEX #B90616 Venetian Red

📋 copy color: '#B90616'

red 185 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #B90616

Tints of Venetian Red #B90616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 86.85%
G = 2.82%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B90616 (or 0xB90616) is known color: Venetian Red. HEX triplet: B9, 06 and 16. RGB value is (185,6,22). Sum of RGB (Red+Green+Blue) = 185+6+22=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B90616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90616 is #46F9E9. Grayscale: #3D3D3D. Windows color (decimal): -4651498 or 1443513. OLE color: 1443513.

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

Color convert

RGB 185 6 22 -
CMYK 0 0.97 0.88 0.27
HSL 354.64º 0.94% 0.37% -
HSV(B) 354.64º 0.97% 0.73% -
XYZ 20.22 10.5 1.72 -
YUV 61.35 105.8 216.2 -
System Red Green Blue C M Y K H S L
Decimal 185 6 22 0 0.97 0.88 0.27 354.64 0.94 0.37
Hex B9 6 16 0 61 58 1B 163 5E 25
Octal 271 6 26 0 141 130 33 543 136 45
Binary 10111001 110 10110 0 1100001 1011000 11011 101100011 1011110 100101

Color Harmonies of #B90616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90616

Black with #B90616

Text Example


Text Example

White with #B90616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90616; }

 p { color: rgb(185,6,22); }

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

background-color css

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

 a { background-color: rgb(185,6,22); }

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

border-color css

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

 span { border-color: rgb(185,6,22); }

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