Html Css Color HEX #B64137 Medium Carmine

📋 copy color: '#B64137'

red 182 ◦ green 65 ◦ blue 55

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

Shades of Medium Carmine #B64137

Tints of Medium Carmine #B64137

RGB

 RED value IS 182 (71.48% from 255) = 60.26%

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

 BLUE value IS 55 (21.88% from 255) = 18.21%

R = 60.26%
G = 21.52%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B64137 (or 0xB64137) is known color: Medium Carmine. HEX triplet: B6, 41 and 37. RGB value is (182,65,55). Sum of RGB (Red+Green+Blue) = 182+65+55=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B64137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64137 is #49BEC8. Grayscale: #636363. Windows color (decimal): -4832969 or 3621302. OLE color: 3621302.

HSL color Cylindrical-coordinate representation of color #B64137: hue angle of 4.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64137 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 55 -
CMYK 0 0.64 0.70 0.29
HSL 4.72º 0.54% 0.46% -
HSV(B) 4.72º 0.7% 0.71% -
XYZ 21.87 14 5.16 -
YUV 98.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 182 65 55 0 0.64 0.70 0.29 4.72 0.54 0.46
Hex B6 41 37 0 40 46 1D 5 36 2E
Octal 266 101 67 0 100 106 35 5 66 56
Binary 10110110 1000001 110111 0 1000000 1000110 11101 101 110110 101110

Color Harmonies of #B64137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64137

Black with #B64137

Text Example


Text Example

White with #B64137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64137; }

 p { color: rgb(182,65,55); }

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

background-color css

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

 a { background-color: rgb(182,65,55); }

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

border-color css

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

 span { border-color: rgb(182,65,55); }

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