Html Css Color HEX #B64226 Medium Carmine

📋 copy color: '#B64226'

red 182 ◦ green 66 ◦ blue 38

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

Shades of Medium Carmine #B64226

Tints of Medium Carmine #B64226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 63.64%
G = 23.08%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B64226 (or 0xB64226) is known color: Medium Carmine. HEX triplet: B6, 42 and 26. RGB value is (182,66,38). Sum of RGB (Red+Green+Blue) = 182+66+38=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B64226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64226 is #49BDD9. Grayscale: #616161. Windows color (decimal): -4832730 or 2507446. OLE color: 2507446.

HSL color Cylindrical-coordinate representation of color #B64226: hue angle of 11.67º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B64226 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 38 -
CMYK 0 0.64 0.79 0.29
HSL 11.67º 0.65% 0.43% -
HSV(B) 11.67º 0.79% 0.71% -
XYZ 21.59 13.98 3.39 -
YUV 97.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 182 66 38 0 0.64 0.79 0.29 11.67 0.65 0.43
Hex B6 42 26 0 40 4F 1D C 41 2B
Octal 266 102 46 0 100 117 35 14 101 53
Binary 10110110 1000010 100110 0 1000000 1001111 11101 1100 1000001 101011

Color Harmonies of #B64226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64226

Black with #B64226

Text Example


Text Example

White with #B64226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64226; }

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

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

background-color css

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

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

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

border-color css

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

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

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