Html Css Color HEX #B50B0C Venetian Red

📋 copy color: '#B50B0C'

red 181 ◦ green 11 ◦ blue 12

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

Shades of Venetian Red #B50B0C

Tints of Venetian Red #B50B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.39%

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 88.73%
G = 5.39%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B50B0C (or 0xB50B0C) is known color: Venetian Red. HEX triplet: B5, 0B and 0C. RGB value is (181,11,12). Sum of RGB (Red+Green+Blue) = 181+11+12=204 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.73% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50B0C is #4AF4F3. Grayscale: #3E3E3E. Windows color (decimal): -4912372 or 789429. OLE color: 789429.

HSL color Cylindrical-coordinate representation of color #B50B0C: hue angle of 359.65º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B0C is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 12 -
CMYK 0 0.94 0.93 0.29
HSL 359.65º 0.89% 0.38% -
HSV(B) 359.65º 0.94% 0.71% -
XYZ 19.24 10.09 1.28 -
YUV 61.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 181 11 12 0 0.94 0.93 0.29 359.65 0.89 0.38
Hex B5 B C 0 5E 5D 1D 168 59 26
Octal 265 13 14 0 136 135 35 550 131 46
Binary 10110101 1011 1100 0 1011110 1011101 11101 101101000 1011001 100110

Color Harmonies of #B50B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B0C

Black with #B50B0C

Text Example


Text Example

White with #B50B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B0C; }

 p { color: rgb(181,11,12); }

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

background-color css

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

 a { background-color: rgb(181,11,12); }

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

border-color css

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

 span { border-color: rgb(181,11,12); }

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