Html Css Color HEX #B43720 Medium Carmine

📋 copy color: '#B43720'

red 180 ◦ green 55 ◦ blue 32

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

Shades of Medium Carmine #B43720

Tints of Medium Carmine #B43720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 67.42%
G = 20.6%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B43720 (or 0xB43720) is known color: Medium Carmine. HEX triplet: B4, 37 and 20. RGB value is (180,55,32). Sum of RGB (Red+Green+Blue) = 180+55+32=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B43720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43720 is #4BC8DF. Grayscale: #595959. Windows color (decimal): -4966624 or 2111412. OLE color: 2111412.

HSL color Cylindrical-coordinate representation of color #B43720: hue angle of 9.32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B43720 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 32 -
CMYK 0 0.69 0.82 0.29
HSL 9.32º 0.7% 0.42% -
HSV(B) 9.32º 0.82% 0.71% -
XYZ 20.45 12.54 2.71 -
YUV 89.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 180 55 32 0 0.69 0.82 0.29 9.32 0.7 0.42
Hex B4 37 20 0 45 52 1D 9 46 2A
Octal 264 67 40 0 105 122 35 11 106 52
Binary 10110100 110111 100000 0 1000101 1010010 11101 1001 1000110 101010

Color Harmonies of #B43720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43720

Black with #B43720

Text Example


Text Example

White with #B43720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43720; }

 p { color: rgb(180,55,32); }

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

background-color css

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

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

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

border-color css

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

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

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