Html Css Color HEX #A33D35 Medium Carmine

📋 copy color: '#A33D35'

red 163 ◦ green 61 ◦ blue 53

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

Shades of Medium Carmine #A33D35

Tints of Medium Carmine #A33D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 58.84%
G = 22.02%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A33D35 (or 0xA33D35) is known color: Medium Carmine. HEX triplet: A3, 3D and 35. RGB value is (163,61,53). Sum of RGB (Red+Green+Blue) = 163+61+53=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33D35 is #5CC2CA. Grayscale: #5A5A5A. Windows color (decimal): -6079179 or 3489187. OLE color: 3489187.

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

Color convert

RGB 163 61 53 -
CMYK 0 0.63 0.67 0.36
HSL 4.36º 0.51% 0.42% -
HSV(B) 4.36º 0.67% 0.64% -
XYZ 17.42 11.38 4.65 -
YUV 90.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 163 61 53 0 0.63 0.67 0.36 4.36 0.51 0.42
Hex A3 3D 35 0 3F 43 24 4 33 2A
Octal 243 75 65 0 77 103 44 4 63 52
Binary 10100011 111101 110101 0 111111 1000011 100100 100 110011 101010

Color Harmonies of #A33D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D35

Black with #A33D35

Text Example


Text Example

White with #A33D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D35; }

 p { color: rgb(163,61,53); }

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

background-color css

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

 a { background-color: rgb(163,61,53); }

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

border-color css

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

 span { border-color: rgb(163,61,53); }

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