Html Css Color HEX #B44439 Medium Carmine

📋 copy color: '#B44439'

red 180 ◦ green 68 ◦ blue 57

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

Shades of Medium Carmine #B44439

Tints of Medium Carmine #B44439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.69%

R = 59.02%
G = 22.3%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B44439 (or 0xB44439) is known color: Medium Carmine. HEX triplet: B4, 44 and 39. RGB value is (180,68,57). Sum of RGB (Red+Green+Blue) = 180+68+57=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B44439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44439 is #4BBBC6. Grayscale: #646464. Windows color (decimal): -4963271 or 3753140. OLE color: 3753140.

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

Color convert

RGB 180 68 57 -
CMYK 0 0.62 0.68 0.29
HSL 5.37º 0.52% 0.46% -
HSV(B) 5.37º 0.68% 0.71% -
XYZ 21.63 14.13 5.46 -
YUV 100.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 180 68 57 0 0.62 0.68 0.29 5.37 0.52 0.46
Hex B4 44 39 0 3E 44 1D 5 34 2E
Octal 264 104 71 0 76 104 35 5 64 56
Binary 10110100 1000100 111001 0 111110 1000100 11101 101 110100 101110

Color Harmonies of #B44439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44439

Black with #B44439

Text Example


Text Example

White with #B44439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44439; }

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

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

background-color css

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

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

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

border-color css

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

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

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