Html Css Color HEX #B64334 Medium Carmine

📋 copy color: '#B64334'

red 182 ◦ green 67 ◦ blue 52

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

Shades of Medium Carmine #B64334

Tints of Medium Carmine #B64334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 60.47%
G = 22.26%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B64334 (or 0xB64334) is known color: Medium Carmine. HEX triplet: B6, 43 and 34. RGB value is (182,67,52). Sum of RGB (Red+Green+Blue) = 182+67+52=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B64334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64334 is #49BCCB. Grayscale: #636363. Windows color (decimal): -4832460 or 3425206. OLE color: 3425206.

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

Color convert

RGB 182 67 52 -
CMYK 0 0.63 0.71 0.29
HSL 6.92º 0.56% 0.46% -
HSV(B) 6.92º 0.71% 0.71% -
XYZ 21.92 14.21 4.84 -
YUV 99.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 182 67 52 0 0.63 0.71 0.29 6.92 0.56 0.46
Hex B6 43 34 0 3F 47 1D 7 38 2E
Octal 266 103 64 0 77 107 35 7 70 56
Binary 10110110 1000011 110100 0 111111 1000111 11101 111 111000 101110

Color Harmonies of #B64334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64334

Black with #B64334

Text Example


Text Example

White with #B64334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64334; }

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

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

background-color css

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

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

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

border-color css

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

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

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