Html Css Color HEX #B43C2E Medium Carmine

📋 copy color: '#B43C2E'

red 180 ◦ green 60 ◦ blue 46

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

Shades of Medium Carmine #B43C2E

Tints of Medium Carmine #B43C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 62.94%
G = 20.98%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B43C2E (or 0xB43C2E) is known color: Medium Carmine. HEX triplet: B4, 3C and 2E. RGB value is (180,60,46). Sum of RGB (Red+Green+Blue) = 180+60+46=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C2E is #4BC3D1. Grayscale: #5E5E5E. Windows color (decimal): -4965330 or 3030196. OLE color: 3030196.

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

Color convert

RGB 180 60 46 -
CMYK 0 0.67 0.74 0.29
HSL 6.27º 0.59% 0.44% -
HSV(B) 6.27º 0.74% 0.71% -
XYZ 20.93 13.13 4.02 -
YUV 94.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 180 60 46 0 0.67 0.74 0.29 6.27 0.59 0.44
Hex B4 3C 2E 0 43 4A 1D 6 3B 2C
Octal 264 74 56 0 103 112 35 6 73 54
Binary 10110100 111100 101110 0 1000011 1001010 11101 110 111011 101100

Color Harmonies of #B43C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C2E

Black with #B43C2E

Text Example


Text Example

White with #B43C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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