Html Css Color HEX #B5151C Venetian Red

📋 copy color: '#B5151C'

red 181 ◦ green 21 ◦ blue 28

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

Shades of Venetian Red #B5151C

Tints of Venetian Red #B5151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.17%

R = 78.7%
G = 9.13%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5151C (or 0xB5151C) is known color: Venetian Red. HEX triplet: B5, 15 and 1C. RGB value is (181,21,28). Sum of RGB (Red+Green+Blue) = 181+21+28=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5151C is #4AEAE3. Grayscale: #454545. Windows color (decimal): -4909796 or 1840565. OLE color: 1840565.

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

Color convert

RGB 181 21 28 -
CMYK 0 0.88 0.85 0.29
HSL 357.38º 0.79% 0.4% -
HSV(B) 357.38º 0.88% 0.71% -
XYZ 19.53 10.44 2.08 -
YUV 69.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 181 21 28 0 0.88 0.85 0.29 357.38 0.79 0.4
Hex B5 15 1C 0 58 55 1D 165 4F 28
Octal 265 25 34 0 130 125 35 545 117 50
Binary 10110101 10101 11100 0 1011000 1010101 11101 101100101 1001111 101000

Color Harmonies of #B5151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5151C

Black with #B5151C

Text Example


Text Example

White with #B5151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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