Html Css Color HEX #B4493C Medium Carmine

📋 copy color: '#B4493C'

red 180 ◦ green 73 ◦ blue 60

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

Shades of Medium Carmine #B4493C

Tints of Medium Carmine #B4493C

RGB

 RED value IS 180 (70.7% from 255) = 57.51%

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

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

R = 57.51%
G = 23.32%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4493C (or 0xB4493C) is known color: Medium Carmine. HEX triplet: B4, 49 and 3C. RGB value is (180,73,60). Sum of RGB (Red+Green+Blue) = 180+73+60=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B4493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4493C is #4BB6C3. Grayscale: #676767. Windows color (decimal): -4961988 or 3951028. OLE color: 3951028.

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

Color convert

RGB 180 73 60 -
CMYK 0 0.59 0.67 0.29
HSL 6.5º 0.5% 0.47% -
HSV(B) 6.5º 0.67% 0.71% -
XYZ 22.02 14.79 5.97 -
YUV 103.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 180 73 60 0 0.59 0.67 0.29 6.5 0.5 0.47
Hex B4 49 3C 0 3B 43 1D 6 32 2F
Octal 264 111 74 0 73 103 35 6 62 57
Binary 10110100 1001001 111100 0 111011 1000011 11101 110 110010 101111

Color Harmonies of #B4493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4493C

Black with #B4493C

Text Example


Text Example

White with #B4493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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