Html Css Color HEX #B50212 Venetian Red

📋 copy color: '#B50212'

red 181 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #B50212

Tints of Venetian Red #B50212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 90.05%
G = 1%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B50212 (or 0xB50212) is known color: Venetian Red. HEX triplet: B5, 02 and 12. RGB value is (181,2,18). Sum of RGB (Red+Green+Blue) = 181+2+18=201 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.05% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 181 - color contains mainly: red. Hex color #B50212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50212 is #4AFDED. Grayscale: #393939. Windows color (decimal): -4914670 or 1180341. OLE color: 1180341.

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

Color convert

RGB 181 2 18 -
CMYK 0 0.99 0.90 0.29
HSL 354.64º 0.98% 0.36% -
HSV(B) 354.64º 0.99% 0.71% -
XYZ 19.19 9.91 1.47 -
YUV 57.35 105.8 216.2 -
System Red Green Blue C M Y K H S L
Decimal 181 2 18 0 0.99 0.90 0.29 354.64 0.98 0.36
Hex B5 2 12 0 63 5A 1D 163 62 24
Octal 265 2 22 0 143 132 35 543 142 44
Binary 10110101 10 10010 0 1100011 1011010 11101 101100011 1100010 100100

Color Harmonies of #B50212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50212

Black with #B50212

Text Example


Text Example

White with #B50212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50212; }

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

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

background-color css

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

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

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

border-color css

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

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

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