Html Css Color HEX #B34124 Medium Carmine

📋 copy color: '#B34124'

red 179 ◦ green 65 ◦ blue 36

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

Shades of Medium Carmine #B34124

Tints of Medium Carmine #B34124

RGB

 RED value IS 179 (70.31% from 255) = 63.93%

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 36 (14.45% from 255) = 12.86%

R = 63.93%
G = 23.21%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B34124 (or 0xB34124) is known color: Medium Carmine. HEX triplet: B3, 41 and 24. RGB value is (179,65,36). Sum of RGB (Red+Green+Blue) = 179+65+36=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B34124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34124 is #4CBEDB. Grayscale: #606060. Windows color (decimal): -5029596 or 2376115. OLE color: 2376115.

HSL color Cylindrical-coordinate representation of color #B34124: hue angle of 12.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B34124 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 36 -
CMYK 0 0.64 0.80 0.30
HSL 12.17º 0.67% 0.42% -
HSV(B) 12.17º 0.8% 0.7% -
XYZ 20.8 13.49 3.18 -
YUV 95.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 179 65 36 0 0.64 0.80 0.30 12.17 0.67 0.42
Hex B3 41 24 0 40 50 1E C 43 2A
Octal 263 101 44 0 100 120 36 14 103 52
Binary 10110011 1000001 100100 0 1000000 1010000 11110 1100 1000011 101010

Color Harmonies of #B34124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34124

Black with #B34124

Text Example


Text Example

White with #B34124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34124; }

 p { color: rgb(179,65,36); }

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

background-color css

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

 a { background-color: rgb(179,65,36); }

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

border-color css

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

 span { border-color: rgb(179,65,36); }

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