Html Css Color HEX #B44328 Medium Carmine

📋 copy color: '#B44328'

red 180 ◦ green 67 ◦ blue 40

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

Shades of Medium Carmine #B44328

Tints of Medium Carmine #B44328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

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

R = 62.72%
G = 23.34%
B = 13.94%

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

#B44328 (or 0xB44328) is known color: Medium Carmine. HEX triplet: B4, 43 and 28. RGB value is (180,67,40). Sum of RGB (Red+Green+Blue) = 180+67+40=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B44328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44328 is #4BBCD7. Grayscale: #616161. Windows color (decimal): -4963544 or 2638772. OLE color: 2638772.

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

Color convert

RGB 180 67 40 -
CMYK 0 0.63 0.78 0.29
HSL 11.57º 0.64% 0.43% -
HSV(B) 11.57º 0.78% 0.71% -
XYZ 21.21 13.87 3.57 -
YUV 97.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 180 67 40 0 0.63 0.78 0.29 11.57 0.64 0.43
Hex B4 43 28 0 3F 4E 1D C 40 2B
Octal 264 103 50 0 77 116 35 14 100 53
Binary 10110100 1000011 101000 0 111111 1001110 11101 1100 1000000 101011

Color Harmonies of #B44328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44328

Black with #B44328

Text Example


Text Example

White with #B44328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44328; }

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

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

background-color css

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

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

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

border-color css

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

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

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