Html Css Color HEX #B5151D Venetian Red

📋 copy color: '#B5151D'

red 181 ◦ green 21 ◦ blue 29

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

Shades of Venetian Red #B5151D

Tints of Venetian Red #B5151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 78.35%
G = 9.09%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5151D (or 0xB5151D) is known color: Venetian Red. HEX triplet: B5, 15 and 1D. RGB value is (181,21,29). Sum of RGB (Red+Green+Blue) = 181+21+29=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5151D is #4AEAE2. Grayscale: #454545. Windows color (decimal): -4909795 or 1906101. OLE color: 1906101.

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

Color convert

RGB 181 21 29 -
CMYK 0 0.88 0.84 0.29
HSL 357º 0.79% 0.4% -
HSV(B) 357º 0.88% 0.71% -
XYZ 19.55 10.45 2.15 -
YUV 69.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 181 21 29 0 0.88 0.84 0.29 357 0.79 0.4
Hex B5 15 1D 0 58 54 1D 165 4F 28
Octal 265 25 35 0 130 124 35 545 117 50
Binary 10110101 10101 11101 0 1011000 1010100 11101 101100101 1001111 101000

Color Harmonies of #B5151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5151D

Black with #B5151D

Text Example


Text Example

White with #B5151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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