Html Css Color HEX #B34540 Medium Carmine

📋 copy color: '#B34540'

red 179 ◦ green 69 ◦ blue 64

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

Shades of Medium Carmine #B34540

Tints of Medium Carmine #B34540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 57.37%
G = 22.12%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34540 (or 0xB34540) is known color: Medium Carmine. HEX triplet: B3, 45 and 40. RGB value is (179,69,64). Sum of RGB (Red+Green+Blue) = 179+69+64=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B34540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34540 is #4CBABF. Grayscale: #656565. Windows color (decimal): -5028544 or 4212147. OLE color: 4212147.

HSL color Cylindrical-coordinate representation of color #B34540: hue angle of 2.61º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34540 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 69 64 -
CMYK 0 0.61 0.64 0.30
HSL 2.61º 0.47% 0.48% -
HSV(B) 2.61º 0.64% 0.7% -
XYZ 21.64 14.21 6.45 -
YUV 101.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 179 69 64 0 0.61 0.64 0.30 2.61 0.47 0.48
Hex B3 45 40 0 3D 40 1E 3 2F 30
Octal 263 105 100 0 75 100 36 3 57 60
Binary 10110011 1000101 1000000 0 111101 1000000 11110 11 101111 110000

Color Harmonies of #B34540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34540

Black with #B34540

Text Example


Text Example

White with #B34540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34540; }

 p { color: rgb(179,69,64); }

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

background-color css

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

 a { background-color: rgb(179,69,64); }

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

border-color css

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

 span { border-color: rgb(179,69,64); }

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