Html Css Color HEX #B5181A Venetian Red

📋 copy color: '#B5181A'

red 181 ◦ green 24 ◦ blue 26

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

Shades of Venetian Red #B5181A

Tints of Venetian Red #B5181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

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

R = 78.35%
G = 10.39%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5181A (or 0xB5181A) is known color: Venetian Red. HEX triplet: B5, 18 and 1A. RGB value is (181,24,26). Sum of RGB (Red+Green+Blue) = 181+24+26=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5181A is #4AE7E5. Grayscale: #474747. Windows color (decimal): -4909030 or 1710261. OLE color: 1710261.

HSL color Cylindrical-coordinate representation of color #B5181A: hue angle of 359.24º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5181A is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 24 26 -
CMYK 0 0.87 0.86 0.29
HSL 359.24º 0.77% 0.4% -
HSV(B) 359.24º 0.87% 0.71% -
XYZ 19.57 10.55 1.98 -
YUV 71.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 181 24 26 0 0.87 0.86 0.29 359.24 0.77 0.4
Hex B5 18 1A 0 57 56 1D 167 4D 28
Octal 265 30 32 0 127 126 35 547 115 50
Binary 10110101 11000 11010 0 1010111 1010110 11101 101100111 1001101 101000

Color Harmonies of #B5181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5181A

Black with #B5181A

Text Example


Text Example

White with #B5181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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