Html Css Color HEX #B44228 Medium Carmine

📋 copy color: '#B44228'

red 180 ◦ green 66 ◦ blue 40

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

Shades of Medium Carmine #B44228

Tints of Medium Carmine #B44228

RGB

 RED value IS 180 (70.7% from 255) = 62.94%

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

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 62.94%
G = 23.08%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B44228 (or 0xB44228) is known color: Medium Carmine. HEX triplet: B4, 42 and 28. RGB value is (180,66,40). Sum of RGB (Red+Green+Blue) = 180+66+40=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B44228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44228 is #4BBDD7. Grayscale: #616161. Windows color (decimal): -4963800 or 2638516. OLE color: 2638516.

HSL color Cylindrical-coordinate representation of color #B44228: hue angle of 11.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B44228 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 40 -
CMYK 0 0.63 0.78 0.29
HSL 11.14º 0.64% 0.43% -
HSV(B) 11.14º 0.78% 0.71% -
XYZ 21.15 13.75 3.55 -
YUV 97.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 180 66 40 0 0.63 0.78 0.29 11.14 0.64 0.43
Hex B4 42 28 0 3F 4E 1D B 40 2B
Octal 264 102 50 0 77 116 35 13 100 53
Binary 10110100 1000010 101000 0 111111 1001110 11101 1011 1000000 101011

Color Harmonies of #B44228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44228

Black with #B44228

Text Example


Text Example

White with #B44228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44228; }

 p { color: rgb(180,66,40); }

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

background-color css

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

 a { background-color: rgb(180,66,40); }

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

border-color css

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

 span { border-color: rgb(180,66,40); }

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