Html Css Color HEX #B43A2E Medium Carmine

📋 copy color: '#B43A2E'

red 180 ◦ green 58 ◦ blue 46

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

Shades of Medium Carmine #B43A2E

Tints of Medium Carmine #B43A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

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

R = 63.38%
G = 20.42%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B43A2E (or 0xB43A2E) is known color: Medium Carmine. HEX triplet: B4, 3A and 2E. RGB value is (180,58,46). Sum of RGB (Red+Green+Blue) = 180+58+46=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A2E is #4BC5D1. Grayscale: #5D5D5D. Windows color (decimal): -4965842 or 3029684. OLE color: 3029684.

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

Color convert

RGB 180 58 46 -
CMYK 0 0.68 0.74 0.29
HSL 5.37º 0.59% 0.44% -
HSV(B) 5.37º 0.74% 0.71% -
XYZ 20.83 12.93 3.98 -
YUV 93.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 180 58 46 0 0.68 0.74 0.29 5.37 0.59 0.44
Hex B4 3A 2E 0 44 4A 1D 5 3B 2C
Octal 264 72 56 0 104 112 35 5 73 54
Binary 10110100 111010 101110 0 1000100 1001010 11101 101 111011 101100

Color Harmonies of #B43A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A2E

Black with #B43A2E

Text Example


Text Example

White with #B43A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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