Html Css Color HEX #B24431 Medium Carmine

📋 copy color: '#B24431'

red 178 ◦ green 68 ◦ blue 49

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

Shades of Medium Carmine #B24431

Tints of Medium Carmine #B24431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 60.34%
G = 23.05%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B24431 (or 0xB24431) is known color: Medium Carmine. HEX triplet: B2, 44 and 31. RGB value is (178,68,49). Sum of RGB (Red+Green+Blue) = 178+68+49=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B24431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24431 is #4DBBCE. Grayscale: #626262. Windows color (decimal): -5094351 or 3228850. OLE color: 3228850.

HSL color Cylindrical-coordinate representation of color #B24431: hue angle of 8.84º degrees, saturation: 0.57, 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 #B24431 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 49 -
CMYK 0 0.62 0.72 0.30
HSL 8.84º 0.57% 0.45% -
HSV(B) 8.84º 0.72% 0.7% -
XYZ 20.98 13.82 4.47 -
YUV 98.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 178 68 49 0 0.62 0.72 0.30 8.84 0.57 0.45
Hex B2 44 31 0 3E 48 1E 9 39 2D
Octal 262 104 61 0 76 110 36 11 71 55
Binary 10110010 1000100 110001 0 111110 1001000 11110 1001 111001 101101

Color Harmonies of #B24431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24431

Black with #B24431

Text Example


Text Example

White with #B24431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24431; }

 p { color: rgb(178,68,49); }

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

background-color css

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

 a { background-color: rgb(178,68,49); }

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

border-color css

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

 span { border-color: rgb(178,68,49); }

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