Html Css Color HEX #B64533 Medium Carmine

📋 copy color: '#B64533'

red 182 ◦ green 69 ◦ blue 51

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

Shades of Medium Carmine #B64533

Tints of Medium Carmine #B64533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

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

R = 60.26%
G = 22.85%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B64533 (or 0xB64533) is known color: Medium Carmine. HEX triplet: B6, 45 and 33. RGB value is (182,69,51). Sum of RGB (Red+Green+Blue) = 182+69+51=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B64533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64533 is #49BACC. Grayscale: #646464. Windows color (decimal): -4831949 or 3360182. OLE color: 3360182.

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

Color convert

RGB 182 69 51 -
CMYK 0 0.62 0.72 0.29
HSL 8.24º 0.56% 0.46% -
HSV(B) 8.24º 0.72% 0.71% -
XYZ 22.02 14.44 4.76 -
YUV 100.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 182 69 51 0 0.62 0.72 0.29 8.24 0.56 0.46
Hex B6 45 33 0 3E 48 1D 8 38 2E
Octal 266 105 63 0 76 110 35 10 70 56
Binary 10110110 1000101 110011 0 111110 1001000 11101 1000 111000 101110

Color Harmonies of #B64533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64533

Black with #B64533

Text Example


Text Example

White with #B64533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64533; }

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

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

background-color css

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

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

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

border-color css

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

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

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