Html Css Color HEX #B43527 Medium Carmine

📋 copy color: '#B43527'

red 180 ◦ green 53 ◦ blue 39

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

Shades of Medium Carmine #B43527

Tints of Medium Carmine #B43527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.49%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 66.18%
G = 19.49%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B43527 (or 0xB43527) is known color: Medium Carmine. HEX triplet: B4, 35 and 27. RGB value is (180,53,39). Sum of RGB (Red+Green+Blue) = 180+53+39=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B43527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43527 is #4BCAD8. Grayscale: #595959. Windows color (decimal): -4967129 or 2569652. OLE color: 2569652.

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

Color convert

RGB 180 53 39 -
CMYK 0 0.71 0.78 0.29
HSL 5.96º 0.64% 0.43% -
HSV(B) 5.96º 0.78% 0.71% -
XYZ 20.46 12.4 3.23 -
YUV 89.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 180 53 39 0 0.71 0.78 0.29 5.96 0.64 0.43
Hex B4 35 27 0 47 4E 1D 6 40 2B
Octal 264 65 47 0 107 116 35 6 100 53
Binary 10110100 110101 100111 0 1000111 1001110 11101 110 1000000 101011

Color Harmonies of #B43527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43527

Black with #B43527

Text Example


Text Example

White with #B43527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43527; }

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

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

background-color css

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

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

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

border-color css

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

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

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