Html Css Color HEX #B43E32 Medium Carmine

📋 copy color: '#B43E32'

red 180 ◦ green 62 ◦ blue 50

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

Shades of Medium Carmine #B43E32

Tints of Medium Carmine #B43E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 61.64%
G = 21.23%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B43E32 (or 0xB43E32) is known color: Medium Carmine. HEX triplet: B4, 3E and 32. RGB value is (180,62,50). Sum of RGB (Red+Green+Blue) = 180+62+50=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E32 is #4BC1CD. Grayscale: #606060. Windows color (decimal): -4964814 or 3292852. OLE color: 3292852.

HSL color Cylindrical-coordinate representation of color #B43E32: hue angle of 5.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43E32 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 62 50 -
CMYK 0 0.66 0.72 0.29
HSL 5.54º 0.57% 0.45% -
HSV(B) 5.54º 0.72% 0.71% -
XYZ 21.12 13.38 4.49 -
YUV 95.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 180 62 50 0 0.66 0.72 0.29 5.54 0.57 0.45
Hex B4 3E 32 0 42 48 1D 6 39 2D
Octal 264 76 62 0 102 110 35 6 71 55
Binary 10110100 111110 110010 0 1000010 1001000 11101 110 111001 101101

Color Harmonies of #B43E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E32

Black with #B43E32

Text Example


Text Example

White with #B43E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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