Html Css Color HEX #B64535 Medium Carmine

📋 copy color: '#B64535'

red 182 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #B64535

Tints of Medium Carmine #B64535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 59.87%
G = 22.7%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B64535 (or 0xB64535) is known color: Medium Carmine. HEX triplet: B6, 45 and 35. RGB value is (182,69,53). Sum of RGB (Red+Green+Blue) = 182+69+53=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B64535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64535 is #49BACA. Grayscale: #656565. Windows color (decimal): -4831947 or 3491254. OLE color: 3491254.

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

Color convert

RGB 182 69 53 -
CMYK 0 0.62 0.71 0.29
HSL 7.44º 0.55% 0.46% -
HSV(B) 7.44º 0.71% 0.71% -
XYZ 22.06 14.46 5 -
YUV 100.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 182 69 53 0 0.62 0.71 0.29 7.44 0.55 0.46
Hex B6 45 35 0 3E 47 1D 7 37 2E
Octal 266 105 65 0 76 107 35 7 67 56
Binary 10110110 1000101 110101 0 111110 1000111 11101 111 110111 101110

Color Harmonies of #B64535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64535

Black with #B64535

Text Example


Text Example

White with #B64535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64535; }

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

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

background-color css

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

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

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

border-color css

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

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

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