Html Css Color HEX #B90814 Venetian Red

📋 copy color: '#B90814'

red 185 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #B90814

Tints of Venetian Red #B90814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 86.85%
G = 3.76%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B90814 (or 0xB90814) is known color: Venetian Red. HEX triplet: B9, 08 and 14. RGB value is (185,8,20). Sum of RGB (Red+Green+Blue) = 185+8+20=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B90814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90814 is #46F7EB. Grayscale: #3E3E3E. Windows color (decimal): -4650988 or 1312953. OLE color: 1312953.

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

Color convert

RGB 185 8 20 -
CMYK 0 0.96 0.89 0.27
HSL 355.93º 0.92% 0.38% -
HSV(B) 355.93º 0.96% 0.73% -
XYZ 20.22 10.54 1.63 -
YUV 62.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 185 8 20 0 0.96 0.89 0.27 355.93 0.92 0.38
Hex B9 8 14 0 60 59 1B 164 5C 26
Octal 271 10 24 0 140 131 33 544 134 46
Binary 10111001 1000 10100 0 1100000 1011001 11011 101100100 1011100 100110

Color Harmonies of #B90814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90814

Black with #B90814

Text Example


Text Example

White with #B90814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90814; }

 p { color: rgb(185,8,20); }

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

background-color css

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

 a { background-color: rgb(185,8,20); }

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

border-color css

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

 span { border-color: rgb(185,8,20); }

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