Html Css Color HEX #B43E2E Medium Carmine

📋 copy color: '#B43E2E'

red 180 ◦ green 62 ◦ blue 46

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

Shades of Medium Carmine #B43E2E

Tints of Medium Carmine #B43E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

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

R = 62.5%
G = 21.53%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B43E2E (or 0xB43E2E) is known color: Medium Carmine. HEX triplet: B4, 3E and 2E. RGB value is (180,62,46). Sum of RGB (Red+Green+Blue) = 180+62+46=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E2E is #4BC1D1. Grayscale: #5F5F5F. Windows color (decimal): -4964818 or 3030708. OLE color: 3030708.

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

Color convert

RGB 180 62 46 -
CMYK 0 0.66 0.74 0.29
HSL 7.16º 0.59% 0.44% -
HSV(B) 7.16º 0.74% 0.71% -
XYZ 21.04 13.35 4.05 -
YUV 95.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 180 62 46 0 0.66 0.74 0.29 7.16 0.59 0.44
Hex B4 3E 2E 0 42 4A 1D 7 3B 2C
Octal 264 76 56 0 102 112 35 7 73 54
Binary 10110100 111110 101110 0 1000010 1001010 11101 111 111011 101100

Color Harmonies of #B43E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E2E

Black with #B43E2E

Text Example


Text Example

White with #B43E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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