Html Css Color HEX #B90016 Venetian Red

📋 copy color: '#B90016'

red 185 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #B90016

Tints of Venetian Red #B90016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.37%
G = 0%
B = 10.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B90016 (or 0xB90016) is known color: Venetian Red. HEX triplet: B9, 00 and 16. RGB value is (185,0,22). Sum of RGB (Red+Green+Blue) = 185+0+22=207 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.37% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 185 - color contains mainly: red. Hex color #B90016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90016 is #46FFE9. Grayscale: #393939. Windows color (decimal): -4653034 or 1441977. OLE color: 1441977.

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

Color convert

RGB 185 0 22 -
CMYK 0 1 0.88 0.27
HSL 352.86º 1% 0.36% -
HSV(B) 352.86º 1% 0.73% -
XYZ 20.15 10.37 1.7 -
YUV 57.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 185 0 22 0 1 0.88 0.27 352.86 1 0.36
Hex B9 0 16 0 64 58 1B 161 64 24
Octal 271 0 26 0 144 130 33 541 144 44
Binary 10111001 0 10110 0 1100100 1011000 11011 101100001 1100100 100100

Color Harmonies of #B90016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90016

Black with #B90016

Text Example


Text Example

White with #B90016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90016; }

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

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

background-color css

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

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

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

border-color css

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

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

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