Html Css Color HEX #B5141D Venetian Red

📋 copy color: '#B5141D'

red 181 ◦ green 20 ◦ blue 29

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

Shades of Venetian Red #B5141D

Tints of Venetian Red #B5141D

RGB

 RED value IS 181 (71.09% from 255) = 78.7%

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 78.7%
G = 8.7%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5141D (or 0xB5141D) is known color: Venetian Red. HEX triplet: B5, 14 and 1D. RGB value is (181,20,29). Sum of RGB (Red+Green+Blue) = 181+20+29=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5141D is #4AEBE2. Grayscale: #454545. Windows color (decimal): -4910051 or 1905845. OLE color: 1905845.

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

Color convert

RGB 181 20 29 -
CMYK 0 0.89 0.84 0.29
HSL 356.65º 0.8% 0.39% -
HSV(B) 356.65º 0.89% 0.71% -
XYZ 19.53 10.41 2.14 -
YUV 69.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 181 20 29 0 0.89 0.84 0.29 356.65 0.8 0.39
Hex B5 14 1D 0 59 54 1D 165 50 27
Octal 265 24 35 0 131 124 35 545 120 47
Binary 10110101 10100 11101 0 1011001 1010100 11101 101100101 1010000 100111

Color Harmonies of #B5141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5141D

Black with #B5141D

Text Example


Text Example

White with #B5141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5141D; }

 p { color: rgb(181,20,29); }

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

background-color css

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

 a { background-color: rgb(181,20,29); }

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

border-color css

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

 span { border-color: rgb(181,20,29); }

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