Html Css Color HEX #B24830 Medium Carmine

📋 copy color: '#B24830'

red 178 ◦ green 72 ◦ blue 48

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

Shades of Medium Carmine #B24830

Tints of Medium Carmine #B24830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 59.73%
G = 24.16%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B24830 (or 0xB24830) is known color: Medium Carmine. HEX triplet: B2, 48 and 30. RGB value is (178,72,48). Sum of RGB (Red+Green+Blue) = 178+72+48=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B24830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24830 is #4DB7CF. Grayscale: #656565. Windows color (decimal): -5093328 or 3164338. OLE color: 3164338.

HSL color Cylindrical-coordinate representation of color #B24830: hue angle of 11.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B24830 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 48 -
CMYK 0 0.60 0.73 0.30
HSL 11.08º 0.58% 0.44% -
HSV(B) 11.08º 0.73% 0.7% -
XYZ 21.21 14.31 4.44 -
YUV 100.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 178 72 48 0 0.60 0.73 0.30 11.08 0.58 0.44
Hex B2 48 30 0 3C 49 1E B 3A 2C
Octal 262 110 60 0 74 111 36 13 72 54
Binary 10110010 1001000 110000 0 111100 1001001 11110 1011 111010 101100

Color Harmonies of #B24830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24830

Black with #B24830

Text Example


Text Example

White with #B24830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24830; }

 p { color: rgb(178,72,48); }

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

background-color css

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

 a { background-color: rgb(178,72,48); }

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

border-color css

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

 span { border-color: rgb(178,72,48); }

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