Html Css Color HEX #B64339 Medium Carmine

📋 copy color: '#B64339'

red 182 ◦ green 67 ◦ blue 57

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

Shades of Medium Carmine #B64339

Tints of Medium Carmine #B64339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 59.48%
G = 21.9%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B64339 (or 0xB64339) is known color: Medium Carmine. HEX triplet: B6, 43 and 39. RGB value is (182,67,57). Sum of RGB (Red+Green+Blue) = 182+67+57=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B64339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64339 is #49BCC6. Grayscale: #646464. Windows color (decimal): -4832455 or 3752886. OLE color: 3752886.

HSL color Cylindrical-coordinate representation of color #B64339: hue angle of 4.8º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64339 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 67 57 -
CMYK 0 0.63 0.69 0.29
HSL 4.8º 0.52% 0.47% -
HSV(B) 4.8º 0.69% 0.71% -
XYZ 22.04 14.25 5.46 -
YUV 100.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 182 67 57 0 0.63 0.69 0.29 4.8 0.52 0.47
Hex B6 43 39 0 3F 45 1D 5 34 2F
Octal 266 103 71 0 77 105 35 5 64 57
Binary 10110110 1000011 111001 0 111111 1000101 11101 101 110100 101111

Color Harmonies of #B64339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64339

Black with #B64339

Text Example


Text Example

White with #B64339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64339; }

 p { color: rgb(182,67,57); }

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

background-color css

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

 a { background-color: rgb(182,67,57); }

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

border-color css

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

 span { border-color: rgb(182,67,57); }

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