Html Css Color HEX #B44440 Medium Carmine

📋 copy color: '#B44440'

red 180 ◦ green 68 ◦ blue 64

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

Shades of Medium Carmine #B44440

Tints of Medium Carmine #B44440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 57.69%
G = 21.79%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B44440 (or 0xB44440) is known color: Medium Carmine. HEX triplet: B4, 44 and 40. RGB value is (180,68,64). Sum of RGB (Red+Green+Blue) = 180+68+64=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B44440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44440 is #4BBBBF. Grayscale: #656565. Windows color (decimal): -4963264 or 4211892. OLE color: 4211892.

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

Color convert

RGB 180 68 64 -
CMYK 0 0.62 0.64 0.29
HSL 2.07º 0.48% 0.48% -
HSV(B) 2.07º 0.64% 0.71% -
XYZ 21.81 14.21 6.44 -
YUV 101.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 180 68 64 0 0.62 0.64 0.29 2.07 0.48 0.48
Hex B4 44 40 0 3E 40 1D 2 30 30
Octal 264 104 100 0 76 100 35 2 60 60
Binary 10110100 1000100 1000000 0 111110 1000000 11101 10 110000 110000

Color Harmonies of #B44440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44440

Black with #B44440

Text Example


Text Example

White with #B44440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44440; }

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

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

background-color css

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

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

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

border-color css

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

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

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