Html Css Color HEX #B90414 Venetian Red

📋 copy color: '#B90414'

red 185 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #B90414

Tints of Venetian Red #B90414

RGB

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

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

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

R = 88.52%
G = 1.91%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B90414 (or 0xB90414) is known color: Venetian Red. HEX triplet: B9, 04 and 14. RGB value is (185,4,20). Sum of RGB (Red+Green+Blue) = 185+4+20=209 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.52% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 185 - color contains mainly: red. Hex color #B90414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90414 is #46FBEB. Grayscale: #3C3C3C. Windows color (decimal): -4652012 or 1311929. OLE color: 1311929.

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

Color convert

RGB 185 4 20 -
CMYK 0 0.98 0.89 0.27
HSL 354.7º 0.96% 0.37% -
HSV(B) 354.7º 0.98% 0.73% -
XYZ 20.18 10.45 1.62 -
YUV 59.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 185 4 20 0 0.98 0.89 0.27 354.7 0.96 0.37
Hex B9 4 14 0 62 59 1B 163 60 25
Octal 271 4 24 0 142 131 33 543 140 45
Binary 10111001 100 10100 0 1100010 1011001 11011 101100011 1100000 100101

Color Harmonies of #B90414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90414

Black with #B90414

Text Example


Text Example

White with #B90414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90414; }

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

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

background-color css

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

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

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

border-color css

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

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

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