Html Css Color HEX #B64331 Medium Carmine

📋 copy color: '#B64331'

red 182 ◦ green 67 ◦ blue 49

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

Shades of Medium Carmine #B64331

Tints of Medium Carmine #B64331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.48%

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 61.07%
G = 22.48%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B64331 (or 0xB64331) is known color: Medium Carmine. HEX triplet: B6, 43 and 31. RGB value is (182,67,49). Sum of RGB (Red+Green+Blue) = 182+67+49=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B64331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64331 is #49BCCE. Grayscale: #636363. Windows color (decimal): -4832463 or 3228598. OLE color: 3228598.

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

Color convert

RGB 182 67 49 -
CMYK 0 0.63 0.73 0.29
HSL 8.12º 0.58% 0.45% -
HSV(B) 8.12º 0.73% 0.71% -
XYZ 21.85 14.18 4.49 -
YUV 99.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 182 67 49 0 0.63 0.73 0.29 8.12 0.58 0.45
Hex B6 43 31 0 3F 49 1D 8 3A 2D
Octal 266 103 61 0 77 111 35 10 72 55
Binary 10110110 1000011 110001 0 111111 1001001 11101 1000 111010 101101

Color Harmonies of #B64331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64331

Black with #B64331

Text Example


Text Example

White with #B64331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64331; }

 p { color: rgb(182,67,49); }

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

background-color css

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

 a { background-color: rgb(182,67,49); }

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

border-color css

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

 span { border-color: rgb(182,67,49); }

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