Html Css Color HEX #B64128 Medium Carmine

📋 copy color: '#B64128'

red 182 ◦ green 65 ◦ blue 40

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

Shades of Medium Carmine #B64128

Tints of Medium Carmine #B64128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 63.41%
G = 22.65%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B64128 (or 0xB64128) is known color: Medium Carmine. HEX triplet: B6, 41 and 28. RGB value is (182,65,40). Sum of RGB (Red+Green+Blue) = 182+65+40=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B64128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64128 is #49BED7. Grayscale: #616161. Windows color (decimal): -4832984 or 2638262. OLE color: 2638262.

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

Color convert

RGB 182 65 40 -
CMYK 0 0.64 0.78 0.29
HSL 10.56º 0.64% 0.44% -
HSV(B) 10.56º 0.78% 0.71% -
XYZ 21.56 13.88 3.55 -
YUV 97.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 182 65 40 0 0.64 0.78 0.29 10.56 0.64 0.44
Hex B6 41 28 0 40 4E 1D B 40 2C
Octal 266 101 50 0 100 116 35 13 100 54
Binary 10110110 1000001 101000 0 1000000 1001110 11101 1011 1000000 101100

Color Harmonies of #B64128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64128

Black with #B64128

Text Example


Text Example

White with #B64128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64128; }

 p { color: rgb(182,65,40); }

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

background-color css

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

 a { background-color: rgb(182,65,40); }

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

border-color css

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

 span { border-color: rgb(182,65,40); }

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