Html Css Color HEX #B41113 Venetian Red

📋 copy color: '#B41113'

red 180 ◦ green 17 ◦ blue 19

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

Shades of Venetian Red #B41113

Tints of Venetian Red #B41113

RGB

 RED value IS 180 (70.7% from 255) = 83.33%

 GREEN value IS 17 (7.03% from 255) = 7.87%

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

R = 83.33%
G = 7.87%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B41113 (or 0xB41113) is known color: Venetian Red. HEX triplet: B4, 11 and 13. RGB value is (180,17,19). Sum of RGB (Red+Green+Blue) = 180+17+19=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B41113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41113 is #4BEEEC. Grayscale: #424242. Windows color (decimal): -4976365 or 1249716. OLE color: 1249716.

HSL color Cylindrical-coordinate representation of color #B41113: hue angle of 359.26º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41113 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 19 -
CMYK 0 0.91 0.89 0.29
HSL 359.26º 0.83% 0.39% -
HSV(B) 359.26º 0.91% 0.71% -
XYZ 19.14 10.15 1.57 -
YUV 65.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 180 17 19 0 0.91 0.89 0.29 359.26 0.83 0.39
Hex B4 11 13 0 5B 59 1D 167 53 27
Octal 264 21 23 0 133 131 35 547 123 47
Binary 10110100 10001 10011 0 1011011 1011001 11101 101100111 1010011 100111

Color Harmonies of #B41113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41113

Black with #B41113

Text Example


Text Example

White with #B41113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41113; }

 p { color: rgb(180,17,19); }

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

background-color css

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

 a { background-color: rgb(180,17,19); }

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

border-color css

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

 span { border-color: rgb(180,17,19); }

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