Html Css Color HEX #A33D34 Medium Carmine

📋 copy color: '#A33D34'

red 163 ◦ green 61 ◦ blue 52

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

Shades of Medium Carmine #A33D34

Tints of Medium Carmine #A33D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 59.06%
G = 22.1%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A33D34 (or 0xA33D34) is known color: Medium Carmine. HEX triplet: A3, 3D and 34. RGB value is (163,61,52). Sum of RGB (Red+Green+Blue) = 163+61+52=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33D34 is #5CC2CB. Grayscale: #5A5A5A. Windows color (decimal): -6079180 or 3423651. OLE color: 3423651.

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

Color convert

RGB 163 61 52 -
CMYK 0 0.63 0.68 0.36
HSL 4.86º 0.52% 0.42% -
HSV(B) 4.86º 0.68% 0.64% -
XYZ 17.39 11.37 4.53 -
YUV 90.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 163 61 52 0 0.63 0.68 0.36 4.86 0.52 0.42
Hex A3 3D 34 0 3F 44 24 5 34 2A
Octal 243 75 64 0 77 104 44 5 64 52
Binary 10100011 111101 110100 0 111111 1000100 100100 101 110100 101010

Color Harmonies of #A33D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D34

Black with #A33D34

Text Example


Text Example

White with #A33D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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