Html Css Color HEX #B51218 Venetian Red

📋 copy color: '#B51218'

red 181 ◦ green 18 ◦ blue 24

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

Shades of Venetian Red #B51218

Tints of Venetian Red #B51218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.76%

R = 81.17%
G = 8.07%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B51218 (or 0xB51218) is known color: Venetian Red. HEX triplet: B5, 12 and 18. RGB value is (181,18,24). Sum of RGB (Red+Green+Blue) = 181+18+24=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B51218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51218 is #4AEDE7. Grayscale: #434343. Windows color (decimal): -4910568 or 1577653. OLE color: 1577653.

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

Color convert

RGB 181 18 24 -
CMYK 0 0.90 0.87 0.29
HSL 357.79º 0.82% 0.39% -
HSV(B) 357.79º 0.9% 0.71% -
XYZ 19.44 10.32 1.83 -
YUV 67.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 181 18 24 0 0.90 0.87 0.29 357.79 0.82 0.39
Hex B5 12 18 0 5A 57 1D 166 52 27
Octal 265 22 30 0 132 127 35 546 122 47
Binary 10110101 10010 11000 0 1011010 1010111 11101 101100110 1010010 100111

Color Harmonies of #B51218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51218

Black with #B51218

Text Example


Text Example

White with #B51218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51218; }

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

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

background-color css

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

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

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

border-color css

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

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

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