Html Css Color HEX #B64234 Medium Carmine

📋 copy color: '#B64234'

red 182 ◦ green 66 ◦ blue 52

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

Shades of Medium Carmine #B64234

Tints of Medium Carmine #B64234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22%

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

R = 60.67%
G = 22%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B64234 (or 0xB64234) is known color: Medium Carmine. HEX triplet: B6, 42 and 34. RGB value is (182,66,52). Sum of RGB (Red+Green+Blue) = 182+66+52=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B64234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64234 is #49BDCB. Grayscale: #636363. Windows color (decimal): -4832716 or 3424950. OLE color: 3424950.

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

Color convert

RGB 182 66 52 -
CMYK 0 0.64 0.71 0.29
HSL 6.46º 0.56% 0.46% -
HSV(B) 6.46º 0.71% 0.71% -
XYZ 21.86 14.09 4.82 -
YUV 99.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 182 66 52 0 0.64 0.71 0.29 6.46 0.56 0.46
Hex B6 42 34 0 40 47 1D 6 38 2E
Octal 266 102 64 0 100 107 35 6 70 56
Binary 10110110 1000010 110100 0 1000000 1000111 11101 110 111000 101110

Color Harmonies of #B64234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64234

Black with #B64234

Text Example


Text Example

White with #B64234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64234; }

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

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

background-color css

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

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

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

border-color css

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

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

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