Html Css Color HEX #B44227 Medium Carmine

📋 copy color: '#B44227'

red 180 ◦ green 66 ◦ blue 39

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

Shades of Medium Carmine #B44227

Tints of Medium Carmine #B44227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 63.16%
G = 23.16%
B = 13.68%

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

#B44227 (or 0xB44227) is known color: Medium Carmine. HEX triplet: B4, 42 and 27. RGB value is (180,66,39). Sum of RGB (Red+Green+Blue) = 180+66+39=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B44227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44227 is #4BBDD8. Grayscale: #616161. Windows color (decimal): -4963801 or 2572980. OLE color: 2572980.

HSL color Cylindrical-coordinate representation of color #B44227: hue angle of 11.49º 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 #B44227 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 39 -
CMYK 0 0.63 0.78 0.29
HSL 11.49º 0.64% 0.43% -
HSV(B) 11.49º 0.78% 0.71% -
XYZ 21.14 13.75 3.46 -
YUV 97.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 180 66 39 0 0.63 0.78 0.29 11.49 0.64 0.43
Hex B4 42 27 0 3F 4E 1D B 40 2B
Octal 264 102 47 0 77 116 35 13 100 53
Binary 10110100 1000010 100111 0 111111 1001110 11101 1011 1000000 101011

Color Harmonies of #B44227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44227

Black with #B44227

Text Example


Text Example

White with #B44227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44227; }

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

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

background-color css

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

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

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

border-color css

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

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

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