Html Css Color HEX #B41117 Venetian Red

📋 copy color: '#B41117'

red 180 ◦ green 17 ◦ blue 23

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

Shades of Venetian Red #B41117

Tints of Venetian Red #B41117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 81.82%
G = 7.73%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B41117 (or 0xB41117) is known color: Venetian Red. HEX triplet: B4, 11 and 17. RGB value is (180,17,23). Sum of RGB (Red+Green+Blue) = 180+17+23=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B41117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41117 is #4BEEE8. Grayscale: #424242. Windows color (decimal): -4976361 or 1511860. OLE color: 1511860.

HSL color Cylindrical-coordinate representation of color #B41117: hue angle of 357.79º 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 #B41117 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 23 -
CMYK 0 0.91 0.87 0.29
HSL 357.79º 0.83% 0.39% -
HSV(B) 357.79º 0.91% 0.71% -
XYZ 19.18 10.17 1.76 -
YUV 66.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 180 17 23 0 0.91 0.87 0.29 357.79 0.83 0.39
Hex B4 11 17 0 5B 57 1D 166 53 27
Octal 264 21 27 0 133 127 35 546 123 47
Binary 10110100 10001 10111 0 1011011 1010111 11101 101100110 1010011 100111

Color Harmonies of #B41117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41117

Black with #B41117

Text Example


Text Example

White with #B41117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41117; }

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

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

background-color css

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

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

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

border-color css

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

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

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