Html Css Color HEX #B44934 Medium Carmine

📋 copy color: '#B44934'

red 180 ◦ green 73 ◦ blue 52

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

Shades of Medium Carmine #B44934

Tints of Medium Carmine #B44934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 59.02%
G = 23.93%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B44934 (or 0xB44934) is known color: Medium Carmine. HEX triplet: B4, 49 and 34. RGB value is (180,73,52). Sum of RGB (Red+Green+Blue) = 180+73+52=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B44934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44934 is #4BB6CB. Grayscale: #666666. Windows color (decimal): -4961996 or 3426740. OLE color: 3426740.

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

Color convert

RGB 180 73 52 -
CMYK 0 0.59 0.71 0.29
HSL 9.84º 0.55% 0.45% -
HSV(B) 9.84º 0.71% 0.71% -
XYZ 21.82 14.72 4.94 -
YUV 102.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 180 73 52 0 0.59 0.71 0.29 9.84 0.55 0.45
Hex B4 49 34 0 3B 47 1D A 37 2D
Octal 264 111 64 0 73 107 35 12 67 55
Binary 10110100 1001001 110100 0 111011 1000111 11101 1010 110111 101101

Color Harmonies of #B44934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44934

Black with #B44934

Text Example


Text Example

White with #B44934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44934; }

 p { color: rgb(180,73,52); }

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

background-color css

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

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

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

border-color css

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

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

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