Html Css Color HEX #B44A34 Medium Carmine

📋 copy color: '#B44A34'

red 180 ◦ green 74 ◦ blue 52

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

Shades of Medium Carmine #B44A34

Tints of Medium Carmine #B44A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 58.82%
G = 24.18%
B = 16.99%

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

#B44A34 (or 0xB44A34) is known color: Medium Carmine. HEX triplet: B4, 4A and 34. RGB value is (180,74,52). Sum of RGB (Red+Green+Blue) = 180+74+52=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A34 is #4BB5CB. Grayscale: #676767. Windows color (decimal): -4961740 or 3426996. OLE color: 3426996.

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

Color convert

RGB 180 74 52 -
CMYK 0 0.59 0.71 0.29
HSL 10.31º 0.55% 0.45% -
HSV(B) 10.31º 0.71% 0.71% -
XYZ 21.89 14.85 4.96 -
YUV 103.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 180 74 52 0 0.59 0.71 0.29 10.31 0.55 0.45
Hex B4 4A 34 0 3B 47 1D A 37 2D
Octal 264 112 64 0 73 107 35 12 67 55
Binary 10110100 1001010 110100 0 111011 1000111 11101 1010 110111 101101

Color Harmonies of #B44A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44A34

Black with #B44A34

Text Example


Text Example

White with #B44A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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