Html Css Color HEX #B24233 Medium Carmine

📋 copy color: '#B24233'

red 178 ◦ green 66 ◦ blue 51

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

Shades of Medium Carmine #B24233

Tints of Medium Carmine #B24233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 60.34%
G = 22.37%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B24233 (or 0xB24233) is known color: Medium Carmine. HEX triplet: B2, 42 and 33. RGB value is (178,66,51). Sum of RGB (Red+Green+Blue) = 178+66+51=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B24233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24233 is #4DBDCC. Grayscale: #616161. Windows color (decimal): -5094861 or 3359410. OLE color: 3359410.

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

Color convert

RGB 178 66 51 -
CMYK 0 0.63 0.71 0.30
HSL 7.09º 0.55% 0.45% -
HSV(B) 7.09º 0.71% 0.7% -
XYZ 20.91 13.6 4.66 -
YUV 97.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 178 66 51 0 0.63 0.71 0.30 7.09 0.55 0.45
Hex B2 42 33 0 3F 47 1E 7 37 2D
Octal 262 102 63 0 77 107 36 7 67 55
Binary 10110010 1000010 110011 0 111111 1000111 11110 111 110111 101101

Color Harmonies of #B24233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24233

Black with #B24233

Text Example


Text Example

White with #B24233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24233; }

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

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

background-color css

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

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

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

border-color css

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

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

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