Html Css Color HEX #B5493A Medium Carmine

📋 copy color: '#B5493A'

red 181 ◦ green 73 ◦ blue 58

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

Shades of Medium Carmine #B5493A

Tints of Medium Carmine #B5493A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 58.01%
G = 23.4%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5493A (or 0xB5493A) is known color: Medium Carmine. HEX triplet: B5, 49 and 3A. RGB value is (181,73,58). Sum of RGB (Red+Green+Blue) = 181+73+58=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5493A is #4AB6C5. Grayscale: #676767. Windows color (decimal): -4896454 or 3819957. OLE color: 3819957.

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

Color convert

RGB 181 73 58 -
CMYK 0 0.60 0.68 0.29
HSL 7.32º 0.51% 0.47% -
HSV(B) 7.32º 0.68% 0.71% -
XYZ 22.2 14.89 5.71 -
YUV 103.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 181 73 58 0 0.60 0.68 0.29 7.32 0.51 0.47
Hex B5 49 3A 0 3C 44 1D 7 33 2F
Octal 265 111 72 0 74 104 35 7 63 57
Binary 10110101 1001001 111010 0 111100 1000100 11101 111 110011 101111

Color Harmonies of #B5493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5493A

Black with #B5493A

Text Example


Text Example

White with #B5493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5493A; }

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

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

background-color css

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

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

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

border-color css

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

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

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