Html Css Color HEX #B64332 Medium Carmine

📋 copy color: '#B64332'

red 182 ◦ green 67 ◦ blue 50

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

Shades of Medium Carmine #B64332

Tints of Medium Carmine #B64332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 60.87%
G = 22.41%
B = 16.72%

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

#B64332 (or 0xB64332) is known color: Medium Carmine. HEX triplet: B6, 43 and 32. RGB value is (182,67,50). Sum of RGB (Red+Green+Blue) = 182+67+50=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B64332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64332 is #49BCCD. Grayscale: #636363. Windows color (decimal): -4832462 or 3294134. OLE color: 3294134.

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

Color convert

RGB 182 67 50 -
CMYK 0 0.63 0.73 0.29
HSL 7.73º 0.57% 0.45% -
HSV(B) 7.73º 0.73% 0.71% -
XYZ 21.87 14.19 4.6 -
YUV 99.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 182 67 50 0 0.63 0.73 0.29 7.73 0.57 0.45
Hex B6 43 32 0 3F 49 1D 8 39 2D
Octal 266 103 62 0 77 111 35 10 71 55
Binary 10110110 1000011 110010 0 111111 1001001 11101 1000 111001 101101

Color Harmonies of #B64332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64332

Black with #B64332

Text Example


Text Example

White with #B64332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64332; }

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

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

background-color css

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

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

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

border-color css

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

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

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