Html Css Color HEX #B24935 Medium Carmine

📋 copy color: '#B24935'

red 178 ◦ green 73 ◦ blue 53

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

Shades of Medium Carmine #B24935

Tints of Medium Carmine #B24935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 58.55%
G = 24.01%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B24935 (or 0xB24935) is known color: Medium Carmine. HEX triplet: B2, 49 and 35. RGB value is (178,73,53). Sum of RGB (Red+Green+Blue) = 178+73+53=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B24935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24935 is #4DB6CA. Grayscale: #666666. Windows color (decimal): -5093067 or 3492274. OLE color: 3492274.

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

Color convert

RGB 178 73 53 -
CMYK 0 0.59 0.70 0.30
HSL 9.6º 0.54% 0.45% -
HSV(B) 9.6º 0.7% 0.7% -
XYZ 21.39 14.49 5.04 -
YUV 102.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 178 73 53 0 0.59 0.70 0.30 9.6 0.54 0.45
Hex B2 49 35 0 3B 46 1E A 36 2D
Octal 262 111 65 0 73 106 36 12 66 55
Binary 10110010 1001001 110101 0 111011 1000110 11110 1010 110110 101101

Color Harmonies of #B24935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24935

Black with #B24935

Text Example


Text Example

White with #B24935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24935; }

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

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

background-color css

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

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

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

border-color css

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

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

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