Html Css Color HEX #B41719 Venetian Red

📋 copy color: '#B41719'

red 180 ◦ green 23 ◦ blue 25

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

Shades of Venetian Red #B41719

Tints of Venetian Red #B41719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

 BLUE value IS 25 (10.16% from 255) = 10.96%

R = 78.95%
G = 10.09%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B41719 (or 0xB41719) is known color: Venetian Red. HEX triplet: B4, 17 and 19. RGB value is (180,23,25). Sum of RGB (Red+Green+Blue) = 180+23+25=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B41719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41719 is #4BE8E6. Grayscale: #464646. Windows color (decimal): -4974823 or 1644468. OLE color: 1644468.

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

Color convert

RGB 180 23 25 -
CMYK 0 0.87 0.86 0.29
HSL 359.24º 0.77% 0.4% -
HSV(B) 359.24º 0.87% 0.71% -
XYZ 19.3 10.39 1.91 -
YUV 70.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 180 23 25 0 0.87 0.86 0.29 359.24 0.77 0.4
Hex B4 17 19 0 57 56 1D 167 4D 28
Octal 264 27 31 0 127 126 35 547 115 50
Binary 10110100 10111 11001 0 1010111 1010110 11101 101100111 1001101 101000

Color Harmonies of #B41719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41719

Black with #B41719

Text Example


Text Example

White with #B41719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41719; }

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

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

background-color css

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

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

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

border-color css

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

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

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