Html Css Color HEX #B64429 Medium Carmine

📋 copy color: '#B64429'

red 182 ◦ green 68 ◦ blue 41

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

Shades of Medium Carmine #B64429

Tints of Medium Carmine #B64429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

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

R = 62.54%
G = 23.37%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B64429 (or 0xB64429) is known color: Medium Carmine. HEX triplet: B6, 44 and 29. RGB value is (182,68,41). Sum of RGB (Red+Green+Blue) = 182+68+41=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B64429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64429 is #49BBD6. Grayscale: #636363. Windows color (decimal): -4832215 or 2704566. OLE color: 2704566.

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

Color convert

RGB 182 68 41 -
CMYK 0 0.63 0.77 0.29
HSL 11.49º 0.63% 0.44% -
HSV(B) 11.49º 0.77% 0.71% -
XYZ 21.76 14.24 3.7 -
YUV 99.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 182 68 41 0 0.63 0.77 0.29 11.49 0.63 0.44
Hex B6 44 29 0 3F 4D 1D B 3F 2C
Octal 266 104 51 0 77 115 35 13 77 54
Binary 10110110 1000100 101001 0 111111 1001101 11101 1011 111111 101100

Color Harmonies of #B64429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64429

Black with #B64429

Text Example


Text Example

White with #B64429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64429; }

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

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

background-color css

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

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

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

border-color css

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

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

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