Html Css Color HEX #B41417 Venetian Red

📋 copy color: '#B41417'

red 180 ◦ green 20 ◦ blue 23

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

Shades of Venetian Red #B41417

Tints of Venetian Red #B41417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

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

R = 80.72%
G = 8.97%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B41417 (or 0xB41417) is known color: Venetian Red. HEX triplet: B4, 14 and 17. RGB value is (180,20,23). Sum of RGB (Red+Green+Blue) = 180+20+23=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B41417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41417 is #4BEBE8. Grayscale: #444444. Windows color (decimal): -4975593 or 1512628. OLE color: 1512628.

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

Color convert

RGB 180 20 23 -
CMYK 0 0.89 0.87 0.29
HSL 358.88º 0.8% 0.39% -
HSV(B) 358.88º 0.89% 0.71% -
XYZ 19.23 10.27 1.78 -
YUV 68.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 180 20 23 0 0.89 0.87 0.29 358.88 0.8 0.39
Hex B4 14 17 0 59 57 1D 167 50 27
Octal 264 24 27 0 131 127 35 547 120 47
Binary 10110100 10100 10111 0 1011001 1010111 11101 101100111 1010000 100111

Color Harmonies of #B41417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41417

Black with #B41417

Text Example


Text Example

White with #B41417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41417; }

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

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

background-color css

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

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

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

border-color css

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

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

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