Html Css Color HEX #B50218 Venetian Red

📋 copy color: '#B50218'

red 181 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #B50218

Tints of Venetian Red #B50218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 87.44%
G = 0.97%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B50218 (or 0xB50218) is known color: Venetian Red. HEX triplet: B5, 02 and 18. RGB value is (181,2,24). Sum of RGB (Red+Green+Blue) = 181+2+24=207 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.44% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 181 - color contains mainly: red. Hex color #B50218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50218 is #4AFDE7. Grayscale: #3A3A3A. Windows color (decimal): -4914664 or 1573557. OLE color: 1573557.

HSL color Cylindrical-coordinate representation of color #B50218: hue angle of 352.63º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50218 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 24 -
CMYK 0 0.99 0.87 0.29
HSL 352.63º 0.98% 0.36% -
HSV(B) 352.63º 0.99% 0.71% -
XYZ 19.24 9.93 1.77 -
YUV 58.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 181 2 24 0 0.99 0.87 0.29 352.63 0.98 0.36
Hex B5 2 18 0 63 57 1D 161 62 24
Octal 265 2 30 0 143 127 35 541 142 44
Binary 10110101 10 11000 0 1100011 1010111 11101 101100001 1100010 100100

Color Harmonies of #B50218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50218

Black with #B50218

Text Example


Text Example

White with #B50218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50218; }

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

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

background-color css

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

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

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

border-color css

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

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

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