Html Css Color HEX #B41319 Venetian Red

📋 copy color: '#B41319'

red 180 ◦ green 19 ◦ blue 25

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

Shades of Venetian Red #B41319

Tints of Venetian Red #B41319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

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

R = 80.36%
G = 8.48%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B41319 (or 0xB41319) is known color: Venetian Red. HEX triplet: B4, 13 and 19. RGB value is (180,19,25). Sum of RGB (Red+Green+Blue) = 180+19+25=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B41319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41319 is #4BECE6. Grayscale: #434343. Windows color (decimal): -4975847 or 1643444. OLE color: 1643444.

HSL color Cylindrical-coordinate representation of color #B41319: hue angle of 357.76º degrees, saturation: 0.81, 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 #B41319 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 25 -
CMYK 0 0.89 0.86 0.29
HSL 357.76º 0.81% 0.39% -
HSV(B) 357.76º 0.89% 0.71% -
XYZ 19.23 10.24 1.88 -
YUV 67.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 180 19 25 0 0.89 0.86 0.29 357.76 0.81 0.39
Hex B4 13 19 0 59 56 1D 166 51 27
Octal 264 23 31 0 131 126 35 546 121 47
Binary 10110100 10011 11001 0 1011001 1010110 11101 101100110 1010001 100111

Color Harmonies of #B41319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41319

Black with #B41319

Text Example


Text Example

White with #B41319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41319; }

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

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

background-color css

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

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

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

border-color css

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

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

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