Html Css Color HEX #B44040 Medium Carmine

📋 copy color: '#B44040'

red 180 ◦ green 64 ◦ blue 64

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

Shades of Medium Carmine #B44040

Tints of Medium Carmine #B44040

RGB

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

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

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

R = 58.44%
G = 20.78%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B44040 (or 0xB44040) is known color: Medium Carmine. HEX triplet: B4, 40 and 40. RGB value is (180,64,64). Sum of RGB (Red+Green+Blue) = 180+64+64=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B44040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44040 is #4BBFBF. Grayscale: #626262. Windows color (decimal): -4964288 or 4210868. OLE color: 4210868.

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

Color convert

RGB 180 64 64 -
CMYK 0 0.64 0.64 0.29
HSL 0.48% 0.48% -
HSV(B) 0.64% 0.71% -
XYZ 21.58 13.74 6.37 -
YUV 98.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 180 64 64 0 0.64 0.64 0.29 0 0.48 0.48
Hex B4 40 40 0 40 40 1D 0 30 30
Octal 264 100 100 0 100 100 35 0 60 60
Binary 10110100 1000000 1000000 0 1000000 1000000 11101 0 110000 110000

Color Harmonies of #B44040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44040

Black with #B44040

Text Example


Text Example

White with #B44040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44040; }

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

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

background-color css

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

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

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

border-color css

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

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

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