Html Css Color HEX #B43C28 Medium Carmine

📋 copy color: '#B43C28'

red 180 ◦ green 60 ◦ blue 40

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

Shades of Medium Carmine #B43C28

Tints of Medium Carmine #B43C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 64.29%
G = 21.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B43C28 (or 0xB43C28) is known color: Medium Carmine. HEX triplet: B4, 3C and 28. RGB value is (180,60,40). Sum of RGB (Red+Green+Blue) = 180+60+40=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C28 is #4BC3D7. Grayscale: #5D5D5D. Windows color (decimal): -4965336 or 2636980. OLE color: 2636980.

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

Color convert

RGB 180 60 40 -
CMYK 0 0.67 0.78 0.29
HSL 8.57º 0.64% 0.43% -
HSV(B) 8.57º 0.78% 0.71% -
XYZ 20.82 13.09 3.44 -
YUV 93.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 180 60 40 0 0.67 0.78 0.29 8.57 0.64 0.43
Hex B4 3C 28 0 43 4E 1D 9 40 2B
Octal 264 74 50 0 103 116 35 11 100 53
Binary 10110100 111100 101000 0 1000011 1001110 11101 1001 1000000 101011

Color Harmonies of #B43C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C28

Black with #B43C28

Text Example


Text Example

White with #B43C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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