Html Css Color HEX #B31419 Venetian Red

📋 copy color: '#B31419'

red 179 ◦ green 20 ◦ blue 25

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

Shades of Venetian Red #B31419

Tints of Venetian Red #B31419

RGB

 RED value IS 179 (70.31% from 255) = 79.91%

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

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

R = 79.91%
G = 8.93%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B31419 (or 0xB31419) is known color: Venetian Red. HEX triplet: B3, 14 and 19. RGB value is (179,20,25). Sum of RGB (Red+Green+Blue) = 179+20+25=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B31419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31419 is #4CEBE6. Grayscale: #444444. Windows color (decimal): -5041127 or 1643699. OLE color: 1643699.

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

Color convert

RGB 179 20 25 -
CMYK 0 0.89 0.86 0.30
HSL 358.11º 0.8% 0.39% -
HSV(B) 358.11º 0.89% 0.7% -
XYZ 19.02 10.15 1.88 -
YUV 68.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 179 20 25 0 0.89 0.86 0.30 358.11 0.8 0.39
Hex B3 14 19 0 59 56 1E 166 50 27
Octal 263 24 31 0 131 126 36 546 120 47
Binary 10110011 10100 11001 0 1011001 1010110 11110 101100110 1010000 100111

Color Harmonies of #B31419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31419

Black with #B31419

Text Example


Text Example

White with #B31419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31419; }

 p { color: rgb(179,20,25); }

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

background-color css

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

 a { background-color: rgb(179,20,25); }

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

border-color css

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

 span { border-color: rgb(179,20,25); }

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