Html Css Color HEX #B24225 Medium Carmine

📋 copy color: '#B24225'

red 178 ◦ green 66 ◦ blue 37

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

Shades of Medium Carmine #B24225

Tints of Medium Carmine #B24225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 63.35%
G = 23.49%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B24225 (or 0xB24225) is known color: Medium Carmine. HEX triplet: B2, 42 and 25. RGB value is (178,66,37). Sum of RGB (Red+Green+Blue) = 178+66+37=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B24225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24225 is #4DBDDA. Grayscale: #606060. Windows color (decimal): -5094875 or 2441906. OLE color: 2441906.

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

Color convert

RGB 178 66 37 -
CMYK 0 0.63 0.79 0.30
HSL 12.34º 0.66% 0.42% -
HSV(B) 12.34º 0.79% 0.7% -
XYZ 20.64 13.49 3.27 -
YUV 96.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 178 66 37 0 0.63 0.79 0.30 12.34 0.66 0.42
Hex B2 42 25 0 3F 4F 1E C 42 2A
Octal 262 102 45 0 77 117 36 14 102 52
Binary 10110010 1000010 100101 0 111111 1001111 11110 1100 1000010 101010

Color Harmonies of #B24225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24225

Black with #B24225

Text Example


Text Example

White with #B24225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24225; }

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

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

background-color css

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

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

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

border-color css

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

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

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