Html Css Color HEX #B43C39 Medium Carmine

📋 copy color: '#B43C39'

red 180 ◦ green 60 ◦ blue 57

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

Shades of Medium Carmine #B43C39

Tints of Medium Carmine #B43C39

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 60.61%
G = 20.2%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B43C39 (or 0xB43C39) is known color: Medium Carmine. HEX triplet: B4, 3C and 39. RGB value is (180,60,57). Sum of RGB (Red+Green+Blue) = 180+60+57=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C39 is #4BC3C6. Grayscale: #5F5F5F. Windows color (decimal): -4965319 or 3751092. OLE color: 3751092.

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

Color convert

RGB 180 60 57 -
CMYK 0 0.67 0.68 0.29
HSL 1.46º 0.52% 0.46% -
HSV(B) 1.46º 0.68% 0.71% -
XYZ 21.18 13.23 5.31 -
YUV 95.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 180 60 57 0 0.67 0.68 0.29 1.46 0.52 0.46
Hex B4 3C 39 0 43 44 1D 1 34 2E
Octal 264 74 71 0 103 104 35 1 64 56
Binary 10110100 111100 111001 0 1000011 1000100 11101 1 110100 101110

Color Harmonies of #B43C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C39

Black with #B43C39

Text Example


Text Example

White with #B43C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C39; }

 p { color: rgb(180,60,57); }

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

background-color css

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

 a { background-color: rgb(180,60,57); }

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

border-color css

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

 span { border-color: rgb(180,60,57); }

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