Html Css Color HEX #B5493C Medium Carmine

📋 copy color: '#B5493C'

red 181 ◦ green 73 ◦ blue 60

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

Shades of Medium Carmine #B5493C

Tints of Medium Carmine #B5493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 57.64%
G = 23.25%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5493C (or 0xB5493C) is known color: Medium Carmine. HEX triplet: B5, 49 and 3C. RGB value is (181,73,60). Sum of RGB (Red+Green+Blue) = 181+73+60=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5493C is #4AB6C3. Grayscale: #676767. Windows color (decimal): -4896452 or 3951029. OLE color: 3951029.

HSL color Cylindrical-coordinate representation of color #B5493C: hue angle of 6.45º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5493C is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 60 -
CMYK 0 0.60 0.67 0.29
HSL 6.45º 0.5% 0.47% -
HSV(B) 6.45º 0.67% 0.71% -
XYZ 22.25 14.92 5.98 -
YUV 103.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 181 73 60 0 0.60 0.67 0.29 6.45 0.5 0.47
Hex B5 49 3C 0 3C 43 1D 6 32 2F
Octal 265 111 74 0 74 103 35 6 62 57
Binary 10110101 1001001 111100 0 111100 1000011 11101 110 110010 101111

Color Harmonies of #B5493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5493C

Black with #B5493C

Text Example


Text Example

White with #B5493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5493C; }

 p { color: rgb(181,73,60); }

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

background-color css

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

 a { background-color: rgb(181,73,60); }

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

border-color css

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

 span { border-color: rgb(181,73,60); }

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