Html Css Color HEX #AF3C35 Medium Carmine

📋 copy color: '#AF3C35'

red 175 ◦ green 60 ◦ blue 53

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

Shades of Medium Carmine #AF3C35

Tints of Medium Carmine #AF3C35

RGB

 RED value IS 175 (68.75% from 255) = 60.76%

 GREEN value IS 60 (23.83% from 255) = 20.83%

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

R = 60.76%
G = 20.83%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF3C35 (or 0xAF3C35) is known color: Medium Carmine. HEX triplet: AF, 3C and 35. RGB value is (175,60,53). Sum of RGB (Red+Green+Blue) = 175+60+53=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C35 is #50C3CA. Grayscale: #5D5D5D. Windows color (decimal): -5293003 or 3488943. OLE color: 3488943.

HSL color Cylindrical-coordinate representation of color #AF3C35: hue angle of 3.44º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3C35 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 60 53 -
CMYK 0 0.66 0.70 0.31
HSL 3.44º 0.54% 0.45% -
HSV(B) 3.44º 0.7% 0.69% -
XYZ 19.94 12.6 4.75 -
YUV 93.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 175 60 53 0 0.66 0.70 0.31 3.44 0.54 0.45
Hex AF 3C 35 0 42 46 1F 3 36 2D
Octal 257 74 65 0 102 106 37 3 66 55
Binary 10101111 111100 110101 0 1000010 1000110 11111 11 110110 101101

Color Harmonies of #AF3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C35

Black with #AF3C35

Text Example


Text Example

White with #AF3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C35; }

 p { color: rgb(175,60,53); }

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

background-color css

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

 a { background-color: rgb(175,60,53); }

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

border-color css

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

 span { border-color: rgb(175,60,53); }

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