Html Css Color HEX #B34440 Medium Carmine

📋 copy color: '#B34440'

red 179 ◦ green 68 ◦ blue 64

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

Shades of Medium Carmine #B34440

Tints of Medium Carmine #B34440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

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

R = 57.56%
G = 21.86%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34440 (or 0xB34440) is known color: Medium Carmine. HEX triplet: B3, 44 and 40. RGB value is (179,68,64). Sum of RGB (Red+Green+Blue) = 179+68+64=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B34440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34440 is #4CBBBF. Grayscale: #646464. Windows color (decimal): -5028800 or 4211891. OLE color: 4211891.

HSL color Cylindrical-coordinate representation of color #B34440: hue angle of 2.09º 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 #B34440 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 64 -
CMYK 0 0.62 0.64 0.30
HSL 2.09º 0.47% 0.48% -
HSV(B) 2.09º 0.64% 0.7% -
XYZ 21.58 14.09 6.43 -
YUV 100.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 179 68 64 0 0.62 0.64 0.30 2.09 0.47 0.48
Hex B3 44 40 0 3E 40 1E 2 2F 30
Octal 263 104 100 0 76 100 36 2 57 60
Binary 10110011 1000100 1000000 0 111110 1000000 11110 10 101111 110000

Color Harmonies of #B34440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34440

Black with #B34440

Text Example


Text Example

White with #B34440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34440; }

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

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

background-color css

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

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

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

border-color css

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

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

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