Html Css Color HEX #B64532 Medium Carmine

📋 copy color: '#B64532'

red 182 ◦ green 69 ◦ blue 50

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

Shades of Medium Carmine #B64532

Tints of Medium Carmine #B64532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 60.47%
G = 22.92%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B64532 (or 0xB64532) is known color: Medium Carmine. HEX triplet: B6, 45 and 32. RGB value is (182,69,50). Sum of RGB (Red+Green+Blue) = 182+69+50=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B64532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64532 is #49BACD. Grayscale: #646464. Windows color (decimal): -4831950 or 3294646. OLE color: 3294646.

HSL color Cylindrical-coordinate representation of color #B64532: hue angle of 8.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B64532 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 69 50 -
CMYK 0 0.62 0.73 0.29
HSL 8.64º 0.57% 0.45% -
HSV(B) 8.64º 0.73% 0.71% -
XYZ 22 14.43 4.64 -
YUV 100.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 182 69 50 0 0.62 0.73 0.29 8.64 0.57 0.45
Hex B6 45 32 0 3E 49 1D 9 39 2D
Octal 266 105 62 0 76 111 35 11 71 55
Binary 10110110 1000101 110010 0 111110 1001001 11101 1001 111001 101101

Color Harmonies of #B64532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64532

Black with #B64532

Text Example


Text Example

White with #B64532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64532; }

 p { color: rgb(182,69,50); }

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

background-color css

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

 a { background-color: rgb(182,69,50); }

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

border-color css

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

 span { border-color: rgb(182,69,50); }

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