Html Css Color HEX #B64239 Medium Carmine

📋 copy color: '#B64239'

red 182 ◦ green 66 ◦ blue 57

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

Shades of Medium Carmine #B64239

Tints of Medium Carmine #B64239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 59.67%
G = 21.64%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B64239 (or 0xB64239) is known color: Medium Carmine. HEX triplet: B6, 42 and 39. RGB value is (182,66,57). Sum of RGB (Red+Green+Blue) = 182+66+57=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B64239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64239 is #49BDC6. Grayscale: #636363. Windows color (decimal): -4832711 or 3752630. OLE color: 3752630.

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

Color convert

RGB 182 66 57 -
CMYK 0 0.64 0.69 0.29
HSL 4.32º 0.52% 0.47% -
HSV(B) 4.32º 0.69% 0.71% -
XYZ 21.98 14.14 5.44 -
YUV 99.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 182 66 57 0 0.64 0.69 0.29 4.32 0.52 0.47
Hex B6 42 39 0 40 45 1D 4 34 2F
Octal 266 102 71 0 100 105 35 4 64 57
Binary 10110110 1000010 111001 0 1000000 1000101 11101 100 110100 101111

Color Harmonies of #B64239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64239

Black with #B64239

Text Example


Text Example

White with #B64239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64239; }

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

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

background-color css

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

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

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

border-color css

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

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

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