Html Css Color HEX #B43C2C Medium Carmine

📋 copy color: '#B43C2C'

red 180 ◦ green 60 ◦ blue 44

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

Shades of Medium Carmine #B43C2C

Tints of Medium Carmine #B43C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 63.38%
G = 21.13%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B43C2C (or 0xB43C2C) is known color: Medium Carmine. HEX triplet: B4, 3C and 2C. RGB value is (180,60,44). Sum of RGB (Red+Green+Blue) = 180+60+44=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C2C is #4BC3D3. Grayscale: #5E5E5E. Windows color (decimal): -4965332 or 2899124. OLE color: 2899124.

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

Color convert

RGB 180 60 44 -
CMYK 0 0.67 0.76 0.29
HSL 7.06º 0.61% 0.44% -
HSV(B) 7.06º 0.76% 0.71% -
XYZ 20.89 13.12 3.81 -
YUV 94.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 180 60 44 0 0.67 0.76 0.29 7.06 0.61 0.44
Hex B4 3C 2C 0 43 4C 1D 7 3D 2C
Octal 264 74 54 0 103 114 35 7 75 54
Binary 10110100 111100 101100 0 1000011 1001100 11101 111 111101 101100

Color Harmonies of #B43C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C2C

Black with #B43C2C

Text Example


Text Example

White with #B43C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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