Html Css Color HEX #B44028 Medium Carmine

📋 copy color: '#B44028'

red 180 ◦ green 64 ◦ blue 40

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

Shades of Medium Carmine #B44028

Tints of Medium Carmine #B44028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

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

R = 63.38%
G = 22.54%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B44028 (or 0xB44028) is known color: Medium Carmine. HEX triplet: B4, 40 and 28. RGB value is (180,64,40). Sum of RGB (Red+Green+Blue) = 180+64+40=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B44028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44028 is #4BBFD7. Grayscale: #606060. Windows color (decimal): -4964312 or 2638004. OLE color: 2638004.

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

Color convert

RGB 180 64 40 -
CMYK 0 0.64 0.78 0.29
HSL 10.29º 0.64% 0.43% -
HSV(B) 10.29º 0.78% 0.71% -
XYZ 21.04 13.52 3.51 -
YUV 95.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 180 64 40 0 0.64 0.78 0.29 10.29 0.64 0.43
Hex B4 40 28 0 40 4E 1D A 40 2B
Octal 264 100 50 0 100 116 35 12 100 53
Binary 10110100 1000000 101000 0 1000000 1001110 11101 1010 1000000 101011

Color Harmonies of #B44028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44028

Black with #B44028

Text Example


Text Example

White with #B44028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44028; }

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

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

background-color css

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

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

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

border-color css

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

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

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