Html Css Color HEX #B90514 Venetian Red

📋 copy color: '#B90514'

red 185 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #B90514

Tints of Venetian Red #B90514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 88.1%
G = 2.38%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B90514 (or 0xB90514) is known color: Venetian Red. HEX triplet: B9, 05 and 14. RGB value is (185,5,20). Sum of RGB (Red+Green+Blue) = 185+5+20=210 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.10% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 185 - color contains mainly: red. Hex color #B90514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90514 is #46FAEB. Grayscale: #3C3C3C. Windows color (decimal): -4651756 or 1312185. OLE color: 1312185.

HSL color Cylindrical-coordinate representation of color #B90514: hue angle of 355º degrees, saturation: 0.95, 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 #B90514 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 20 -
CMYK 0 0.97 0.89 0.27
HSL 355º 0.95% 0.37% -
HSV(B) 355º 0.97% 0.73% -
XYZ 20.19 10.47 1.62 -
YUV 60.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 185 5 20 0 0.97 0.89 0.27 355 0.95 0.37
Hex B9 5 14 0 61 59 1B 163 5F 25
Octal 271 5 24 0 141 131 33 543 137 45
Binary 10111001 101 10100 0 1100001 1011001 11011 101100011 1011111 100101

Color Harmonies of #B90514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90514

Black with #B90514

Text Example


Text Example

White with #B90514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90514; }

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

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

background-color css

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

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

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

border-color css

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

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

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