Html Css Color HEX #B44229 Medium Carmine

📋 copy color: '#B44229'

red 180 ◦ green 66 ◦ blue 41

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

Shades of Medium Carmine #B44229

Tints of Medium Carmine #B44229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 62.72%
G = 23%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B44229 (or 0xB44229) is known color: Medium Carmine. HEX triplet: B4, 42 and 29. RGB value is (180,66,41). Sum of RGB (Red+Green+Blue) = 180+66+41=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B44229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44229 is #4BBDD6. Grayscale: #616161. Windows color (decimal): -4963799 or 2704052. OLE color: 2704052.

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

Color convert

RGB 180 66 41 -
CMYK 0 0.63 0.77 0.29
HSL 10.79º 0.63% 0.43% -
HSV(B) 10.79º 0.77% 0.71% -
XYZ 21.17 13.76 3.64 -
YUV 97.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 180 66 41 0 0.63 0.77 0.29 10.79 0.63 0.43
Hex B4 42 29 0 3F 4D 1D B 3F 2B
Octal 264 102 51 0 77 115 35 13 77 53
Binary 10110100 1000010 101001 0 111111 1001101 11101 1011 111111 101011

Color Harmonies of #B44229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44229

Black with #B44229

Text Example


Text Example

White with #B44229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44229; }

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

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

background-color css

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

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

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

border-color css

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

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

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