Html Css Color HEX #B64631 Medium Carmine

📋 copy color: '#B64631'

red 182 ◦ green 70 ◦ blue 49

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

Shades of Medium Carmine #B64631

Tints of Medium Carmine #B64631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

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

R = 60.47%
G = 23.26%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B64631 (or 0xB64631) is known color: Medium Carmine. HEX triplet: B6, 46 and 31. RGB value is (182,70,49). Sum of RGB (Red+Green+Blue) = 182+70+49=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B64631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64631 is #49B9CE. Grayscale: #656565. Windows color (decimal): -4831695 or 3229366. OLE color: 3229366.

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

Color convert

RGB 182 70 49 -
CMYK 0 0.62 0.73 0.29
HSL 9.47º 0.58% 0.45% -
HSV(B) 9.47º 0.73% 0.71% -
XYZ 22.04 14.55 4.55 -
YUV 101.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 182 70 49 0 0.62 0.73 0.29 9.47 0.58 0.45
Hex B6 46 31 0 3E 49 1D 9 3A 2D
Octal 266 106 61 0 76 111 35 11 72 55
Binary 10110110 1000110 110001 0 111110 1001001 11101 1001 111010 101101

Color Harmonies of #B64631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64631

Black with #B64631

Text Example


Text Example

White with #B64631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64631; }

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

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

background-color css

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

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

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

border-color css

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

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

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