Html Css Color HEX #B5121C Venetian Red

📋 copy color: '#B5121C'

red 181 ◦ green 18 ◦ blue 28

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

Shades of Venetian Red #B5121C

Tints of Venetian Red #B5121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

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

R = 79.74%
G = 7.93%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5121C (or 0xB5121C) is known color: Venetian Red. HEX triplet: B5, 12 and 1C. RGB value is (181,18,28). Sum of RGB (Red+Green+Blue) = 181+18+28=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B5121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5121C is #4AEDE3. Grayscale: #444444. Windows color (decimal): -4910564 or 1839797. OLE color: 1839797.

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

Color convert

RGB 181 18 28 -
CMYK 0 0.90 0.85 0.29
HSL 356.32º 0.82% 0.39% -
HSV(B) 356.32º 0.9% 0.71% -
XYZ 19.48 10.34 2.07 -
YUV 67.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 181 18 28 0 0.90 0.85 0.29 356.32 0.82 0.39
Hex B5 12 1C 0 5A 55 1D 164 52 27
Octal 265 22 34 0 132 125 35 544 122 47
Binary 10110101 10010 11100 0 1011010 1010101 11101 101100100 1010010 100111

Color Harmonies of #B5121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5121C

Black with #B5121C

Text Example


Text Example

White with #B5121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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