Html Css Color HEX #B5131F Venetian Red

📋 copy color: '#B5131F'

red 181 ◦ green 19 ◦ blue 31

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

Shades of Venetian Red #B5131F

Tints of Venetian Red #B5131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 78.35%
G = 8.23%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5131F (or 0xB5131F) is known color: Venetian Red. HEX triplet: B5, 13 and 1F. RGB value is (181,19,31). Sum of RGB (Red+Green+Blue) = 181+19+31=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5131F is #4AECE0. Grayscale: #444444. Windows color (decimal): -4910305 or 2036661. OLE color: 2036661.

HSL color Cylindrical-coordinate representation of color #B5131F: hue angle of 355.56º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5131F is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 31 -
CMYK 0 0.90 0.83 0.29
HSL 355.56º 0.81% 0.39% -
HSV(B) 355.56º 0.9% 0.71% -
XYZ 19.54 10.39 2.27 -
YUV 68.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 181 19 31 0 0.90 0.83 0.29 355.56 0.81 0.39
Hex B5 13 1F 0 5A 53 1D 164 51 27
Octal 265 23 37 0 132 123 35 544 121 47
Binary 10110101 10011 11111 0 1011010 1010011 11101 101100100 1010001 100111

Color Harmonies of #B5131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5131F

Black with #B5131F

Text Example


Text Example

White with #B5131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5131F; }

 p { color: rgb(181,19,31); }

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

background-color css

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

 a { background-color: rgb(181,19,31); }

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

border-color css

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

 span { border-color: rgb(181,19,31); }

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