Html Css Color HEX #B44535 Medium Carmine

📋 copy color: '#B44535'

red 180 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #B44535

Tints of Medium Carmine #B44535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

 BLUE value IS 53 (21.09% from 255) = 17.55%

R = 59.6%
G = 22.85%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B44535 (or 0xB44535) is known color: Medium Carmine. HEX triplet: B4, 45 and 35. RGB value is (180,69,53). Sum of RGB (Red+Green+Blue) = 180+69+53=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B44535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44535 is #4BBACA. Grayscale: #646464. Windows color (decimal): -4963019 or 3491252. OLE color: 3491252.

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

Color convert

RGB 180 69 53 -
CMYK 0 0.62 0.71 0.29
HSL 7.56º 0.55% 0.46% -
HSV(B) 7.56º 0.71% 0.71% -
XYZ 21.59 14.22 4.97 -
YUV 100.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 180 69 53 0 0.62 0.71 0.29 7.56 0.55 0.46
Hex B4 45 35 0 3E 47 1D 8 37 2E
Octal 264 105 65 0 76 107 35 10 67 56
Binary 10110100 1000101 110101 0 111110 1000111 11101 1000 110111 101110

Color Harmonies of #B44535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44535

Black with #B44535

Text Example


Text Example

White with #B44535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44535; }

 p { color: rgb(180,69,53); }

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

background-color css

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

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

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

border-color css

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

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

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