Html Css Color HEX #B5131A Venetian Red

📋 copy color: '#B5131A'

red 181 ◦ green 19 ◦ blue 26

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

Shades of Venetian Red #B5131A

Tints of Venetian Red #B5131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 80.09%
G = 8.41%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5131A (or 0xB5131A) is known color: Venetian Red. HEX triplet: B5, 13 and 1A. RGB value is (181,19,26). Sum of RGB (Red+Green+Blue) = 181+19+26=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B5131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5131A is #4AECE5. Grayscale: #444444. Windows color (decimal): -4910310 or 1708981. OLE color: 1708981.

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

Color convert

RGB 181 19 26 -
CMYK 0 0.90 0.86 0.29
HSL 357.41º 0.81% 0.39% -
HSV(B) 357.41º 0.9% 0.71% -
XYZ 19.48 10.36 1.95 -
YUV 68.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 181 19 26 0 0.90 0.86 0.29 357.41 0.81 0.39
Hex B5 13 1A 0 5A 56 1D 165 51 27
Octal 265 23 32 0 132 126 35 545 121 47
Binary 10110101 10011 11010 0 1011010 1010110 11101 101100101 1010001 100111

Color Harmonies of #B5131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5131A

Black with #B5131A

Text Example


Text Example

White with #B5131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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