Html Css Color HEX #B5151E Venetian Red

📋 copy color: '#B5151E'

red 181 ◦ green 21 ◦ blue 30

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

Shades of Venetian Red #B5151E

Tints of Venetian Red #B5151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.93%

R = 78.02%
G = 9.05%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5151E (or 0xB5151E) is known color: Venetian Red. HEX triplet: B5, 15 and 1E. RGB value is (181,21,30). Sum of RGB (Red+Green+Blue) = 181+21+30=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B5151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5151E is #4AEAE1. Grayscale: #454545. Windows color (decimal): -4909794 or 1971637. OLE color: 1971637.

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

Color convert

RGB 181 21 30 -
CMYK 0 0.88 0.83 0.29
HSL 356.63º 0.79% 0.4% -
HSV(B) 356.63º 0.88% 0.71% -
XYZ 19.56 10.45 2.22 -
YUV 69.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 181 21 30 0 0.88 0.83 0.29 356.63 0.79 0.4
Hex B5 15 1E 0 58 53 1D 165 4F 28
Octal 265 25 36 0 130 123 35 545 117 50
Binary 10110101 10101 11110 0 1011000 1010011 11101 101100101 1001111 101000

Color Harmonies of #B5151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5151E

Black with #B5151E

Text Example


Text Example

White with #B5151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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