Html Css Color HEX #B24635 Medium Carmine

📋 copy color: '#B24635'

red 178 ◦ green 70 ◦ blue 53

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

Shades of Medium Carmine #B24635

Tints of Medium Carmine #B24635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

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

R = 59.14%
G = 23.26%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B24635 (or 0xB24635) is known color: Medium Carmine. HEX triplet: B2, 46 and 35. RGB value is (178,70,53). Sum of RGB (Red+Green+Blue) = 178+70+53=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B24635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24635 is #4DB9CA. Grayscale: #646464. Windows color (decimal): -5093835 or 3491506. OLE color: 3491506.

HSL color Cylindrical-coordinate representation of color #B24635: hue angle of 8.16º 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 #B24635 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 53 -
CMYK 0 0.61 0.70 0.30
HSL 8.16º 0.54% 0.45% -
HSV(B) 8.16º 0.7% 0.7% -
XYZ 21.19 14.1 4.97 -
YUV 100.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 178 70 53 0 0.61 0.70 0.30 8.16 0.54 0.45
Hex B2 46 35 0 3D 46 1E 8 36 2D
Octal 262 106 65 0 75 106 36 10 66 55
Binary 10110010 1000110 110101 0 111101 1000110 11110 1000 110110 101101

Color Harmonies of #B24635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24635

Black with #B24635

Text Example


Text Example

White with #B24635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24635; }

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

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

background-color css

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

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

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

border-color css

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

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

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