Html Css Color HEX #B64129 Medium Carmine

📋 copy color: '#B64129'

red 182 ◦ green 65 ◦ blue 41

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

Shades of Medium Carmine #B64129

Tints of Medium Carmine #B64129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 63.19%
G = 22.57%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B64129 (or 0xB64129) is known color: Medium Carmine. HEX triplet: B6, 41 and 29. RGB value is (182,65,41). Sum of RGB (Red+Green+Blue) = 182+65+41=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B64129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64129 is #49BED6. Grayscale: #616161. Windows color (decimal): -4832983 or 2703798. OLE color: 2703798.

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

Color convert

RGB 182 65 41 -
CMYK 0 0.64 0.77 0.29
HSL 10.21º 0.63% 0.44% -
HSV(B) 10.21º 0.77% 0.71% -
XYZ 21.58 13.89 3.64 -
YUV 97.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 182 65 41 0 0.64 0.77 0.29 10.21 0.63 0.44
Hex B6 41 29 0 40 4D 1D A 3F 2C
Octal 266 101 51 0 100 115 35 12 77 54
Binary 10110110 1000001 101001 0 1000000 1001101 11101 1010 111111 101100

Color Harmonies of #B64129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64129

Black with #B64129

Text Example


Text Example

White with #B64129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64129; }

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

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

background-color css

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

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

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

border-color css

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

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

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