Html Css Color HEX #B24A33 Medium Carmine

📋 copy color: '#B24A33'

red 178 ◦ green 74 ◦ blue 51

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

Shades of Medium Carmine #B24A33

Tints of Medium Carmine #B24A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.42%

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

R = 58.75%
G = 24.42%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B24A33 (or 0xB24A33) is known color: Medium Carmine. HEX triplet: B2, 4A and 33. RGB value is (178,74,51). Sum of RGB (Red+Green+Blue) = 178+74+51=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A33 is #4DB5CC. Grayscale: #666666. Windows color (decimal): -5092813 or 3361458. OLE color: 3361458.

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

Color convert

RGB 178 74 51 -
CMYK 0 0.58 0.71 0.30
HSL 10.87º 0.55% 0.45% -
HSV(B) 10.87º 0.71% 0.7% -
XYZ 21.41 14.6 4.82 -
YUV 102.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 178 74 51 0 0.58 0.71 0.30 10.87 0.55 0.45
Hex B2 4A 33 0 3A 47 1E B 37 2D
Octal 262 112 63 0 72 107 36 13 67 55
Binary 10110010 1001010 110011 0 111010 1000111 11110 1011 110111 101101

Color Harmonies of #B24A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A33

Black with #B24A33

Text Example


Text Example

White with #B24A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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