Html Css Color HEX #B24932 Medium Carmine

📋 copy color: '#B24932'

red 178 ◦ green 73 ◦ blue 50

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

Shades of Medium Carmine #B24932

Tints of Medium Carmine #B24932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 59.14%
G = 24.25%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B24932 (or 0xB24932) is known color: Medium Carmine. HEX triplet: B2, 49 and 32. RGB value is (178,73,50). Sum of RGB (Red+Green+Blue) = 178+73+50=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B24932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24932 is #4DB6CD. Grayscale: #656565. Windows color (decimal): -5093070 or 3295666. OLE color: 3295666.

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

Color convert

RGB 178 73 50 -
CMYK 0 0.59 0.72 0.30
HSL 10.78º 0.56% 0.45% -
HSV(B) 10.78º 0.72% 0.7% -
XYZ 21.32 14.46 4.69 -
YUV 101.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 178 73 50 0 0.59 0.72 0.30 10.78 0.56 0.45
Hex B2 49 32 0 3B 48 1E B 38 2D
Octal 262 111 62 0 73 110 36 13 70 55
Binary 10110010 1001001 110010 0 111011 1001000 11110 1011 111000 101101

Color Harmonies of #B24932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24932

Black with #B24932

Text Example


Text Example

White with #B24932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24932; }

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

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

background-color css

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

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

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

border-color css

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

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

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