Html Css Color HEX #B44428 Medium Carmine

📋 copy color: '#B44428'

red 180 ◦ green 68 ◦ blue 40

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

Shades of Medium Carmine #B44428

Tints of Medium Carmine #B44428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

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

R = 62.5%
G = 23.61%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B44428 (or 0xB44428) is known color: Medium Carmine. HEX triplet: B4, 44 and 28. RGB value is (180,68,40). Sum of RGB (Red+Green+Blue) = 180+68+40=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B44428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44428 is #4BBBD7. Grayscale: #626262. Windows color (decimal): -4963288 or 2639028. OLE color: 2639028.

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

Color convert

RGB 180 68 40 -
CMYK 0 0.62 0.78 0.29
HSL 12º 0.64% 0.43% -
HSV(B) 12º 0.78% 0.71% -
XYZ 21.27 13.99 3.59 -
YUV 98.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 180 68 40 0 0.62 0.78 0.29 12 0.64 0.43
Hex B4 44 28 0 3E 4E 1D C 40 2B
Octal 264 104 50 0 76 116 35 14 100 53
Binary 10110100 1000100 101000 0 111110 1001110 11101 1100 1000000 101011

Color Harmonies of #B44428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44428

Black with #B44428

Text Example


Text Example

White with #B44428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44428; }

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

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

background-color css

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

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

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

border-color css

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

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

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