Html Css Color HEX #B90413 Venetian Red

📋 copy color: '#B90413'

red 185 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #B90413

Tints of Venetian Red #B90413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 88.94%
G = 1.92%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B90413 (or 0xB90413) is known color: Venetian Red. HEX triplet: B9, 04 and 13. RGB value is (185,4,19). Sum of RGB (Red+Green+Blue) = 185+4+19=208 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.94% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 185 - color contains mainly: red. Hex color #B90413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90413 is #46FBEC. Grayscale: #3B3B3B. Windows color (decimal): -4652013 or 1246393. OLE color: 1246393.

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

Color convert

RGB 185 4 19 -
CMYK 0 0.98 0.90 0.27
HSL 355.03º 0.96% 0.37% -
HSV(B) 355.03º 0.98% 0.73% -
XYZ 20.17 10.45 1.57 -
YUV 59.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 185 4 19 0 0.98 0.90 0.27 355.03 0.96 0.37
Hex B9 4 13 0 62 5A 1B 163 60 25
Octal 271 4 23 0 142 132 33 543 140 45
Binary 10111001 100 10011 0 1100010 1011010 11011 101100011 1100000 100101

Color Harmonies of #B90413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90413

Black with #B90413

Text Example


Text Example

White with #B90413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90413; }

 p { color: rgb(185,4,19); }

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

background-color css

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

 a { background-color: rgb(185,4,19); }

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

border-color css

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

 span { border-color: rgb(185,4,19); }

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