Html Css Color HEX #B24230 Medium Carmine

📋 copy color: '#B24230'

red 178 ◦ green 66 ◦ blue 48

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

Shades of Medium Carmine #B24230

Tints of Medium Carmine #B24230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

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

R = 60.96%
G = 22.6%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B24230 (or 0xB24230) is known color: Medium Carmine. HEX triplet: B2, 42 and 30. RGB value is (178,66,48). Sum of RGB (Red+Green+Blue) = 178+66+48=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B24230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24230 is #4DBDCF. Grayscale: #616161. Windows color (decimal): -5094864 or 3162802. OLE color: 3162802.

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

Color convert

RGB 178 66 48 -
CMYK 0 0.63 0.73 0.30
HSL 8.31º 0.58% 0.44% -
HSV(B) 8.31º 0.73% 0.7% -
XYZ 20.84 13.57 4.32 -
YUV 97.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 178 66 48 0 0.63 0.73 0.30 8.31 0.58 0.44
Hex B2 42 30 0 3F 49 1E 8 3A 2C
Octal 262 102 60 0 77 111 36 10 72 54
Binary 10110010 1000010 110000 0 111111 1001001 11110 1000 111010 101100

Color Harmonies of #B24230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24230

Black with #B24230

Text Example


Text Example

White with #B24230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24230; }

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

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

background-color css

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

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

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

border-color css

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

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

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