Html Css Color HEX #B2493C Medium Carmine

📋 copy color: '#B2493C'

red 178 ◦ green 73 ◦ blue 60

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

Shades of Medium Carmine #B2493C

Tints of Medium Carmine #B2493C

RGB

 RED value IS 178 (69.92% from 255) = 57.23%

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

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

R = 57.23%
G = 23.47%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2493C (or 0xB2493C) is known color: Medium Carmine. HEX triplet: B2, 49 and 3C. RGB value is (178,73,60). Sum of RGB (Red+Green+Blue) = 178+73+60=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2493C is #4DB6C3. Grayscale: #676767. Windows color (decimal): -5093060 or 3951026. OLE color: 3951026.

HSL color Cylindrical-coordinate representation of color #B2493C: hue angle of 6.61º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2493C is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 60 -
CMYK 0 0.59 0.66 0.30
HSL 6.61º 0.5% 0.47% -
HSV(B) 6.61º 0.66% 0.7% -
XYZ 21.56 14.56 5.95 -
YUV 102.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 178 73 60 0 0.59 0.66 0.30 6.61 0.5 0.47
Hex B2 49 3C 0 3B 42 1E 7 32 2F
Octal 262 111 74 0 73 102 36 7 62 57
Binary 10110010 1001001 111100 0 111011 1000010 11110 111 110010 101111

Color Harmonies of #B2493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2493C

Black with #B2493C

Text Example


Text Example

White with #B2493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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