Html Css Color HEX #B64737 Medium Carmine

📋 copy color: '#B64737'

red 182 ◦ green 71 ◦ blue 55

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

Shades of Medium Carmine #B64737

Tints of Medium Carmine #B64737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 59.09%
G = 23.05%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B64737 (or 0xB64737) is known color: Medium Carmine. HEX triplet: B6, 47 and 37. RGB value is (182,71,55). Sum of RGB (Red+Green+Blue) = 182+71+55=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B64737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64737 is #49B8C8. Grayscale: #666666. Windows color (decimal): -4831433 or 3622838. OLE color: 3622838.

HSL color Cylindrical-coordinate representation of color #B64737: hue angle of 7.56º 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 #B64737 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 55 -
CMYK 0 0.61 0.70 0.29
HSL 7.56º 0.54% 0.46% -
HSV(B) 7.56º 0.7% 0.71% -
XYZ 22.23 14.73 5.29 -
YUV 102.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 182 71 55 0 0.61 0.70 0.29 7.56 0.54 0.46
Hex B6 47 37 0 3D 46 1D 8 36 2E
Octal 266 107 67 0 75 106 35 10 66 56
Binary 10110110 1000111 110111 0 111101 1000110 11101 1000 110110 101110

Color Harmonies of #B64737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64737

Black with #B64737

Text Example


Text Example

White with #B64737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64737; }

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

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

background-color css

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

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

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

border-color css

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

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

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