Html Css Color HEX #A33E36 Medium Carmine

📋 copy color: '#A33E36'

red 163 ◦ green 62 ◦ blue 54

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

Shades of Medium Carmine #A33E36

Tints of Medium Carmine #A33E36

RGB

 RED value IS 163 (64.06% from 255) = 58.42%

 GREEN value IS 62 (24.61% from 255) = 22.22%

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 58.42%
G = 22.22%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A33E36 (or 0xA33E36) is known color: Medium Carmine. HEX triplet: A3, 3E and 36. RGB value is (163,62,54). Sum of RGB (Red+Green+Blue) = 163+62+54=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E36 is #5CC1C9. Grayscale: #5B5B5B. Windows color (decimal): -6078922 or 3554979. OLE color: 3554979.

HSL color Cylindrical-coordinate representation of color #A33E36: hue angle of 4.4º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33E36 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 62 54 -
CMYK 0 0.62 0.67 0.36
HSL 4.4º 0.5% 0.43% -
HSV(B) 4.4º 0.67% 0.64% -
XYZ 17.49 11.5 4.79 -
YUV 91.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 163 62 54 0 0.62 0.67 0.36 4.4 0.5 0.43
Hex A3 3E 36 0 3E 43 24 4 32 2B
Octal 243 76 66 0 76 103 44 4 62 53
Binary 10100011 111110 110110 0 111110 1000011 100100 100 110010 101011

Color Harmonies of #A33E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33E36

Black with #A33E36

Text Example


Text Example

White with #A33E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33E36; }

 p { color: rgb(163,62,54); }

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

background-color css

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

 a { background-color: rgb(163,62,54); }

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

border-color css

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

 span { border-color: rgb(163,62,54); }

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