Html Css Color HEX #B64233 Medium Carmine

📋 copy color: '#B64233'

red 182 ◦ green 66 ◦ blue 51

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

Shades of Medium Carmine #B64233

Tints of Medium Carmine #B64233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 60.87%
G = 22.07%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B64233 (or 0xB64233) is known color: Medium Carmine. HEX triplet: B6, 42 and 33. RGB value is (182,66,51). Sum of RGB (Red+Green+Blue) = 182+66+51=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B64233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64233 is #49BDCC. Grayscale: #636363. Windows color (decimal): -4832717 or 3359414. OLE color: 3359414.

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

Color convert

RGB 182 66 51 -
CMYK 0 0.64 0.72 0.29
HSL 6.87º 0.56% 0.46% -
HSV(B) 6.87º 0.72% 0.71% -
XYZ 21.84 14.08 4.7 -
YUV 98.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 182 66 51 0 0.64 0.72 0.29 6.87 0.56 0.46
Hex B6 42 33 0 40 48 1D 7 38 2E
Octal 266 102 63 0 100 110 35 7 70 56
Binary 10110110 1000010 110011 0 1000000 1001000 11101 111 111000 101110

Color Harmonies of #B64233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64233

Black with #B64233

Text Example


Text Example

White with #B64233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64233; }

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

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

background-color css

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

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

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

border-color css

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

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

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