Html Css Color HEX #AF453C Medium Carmine

📋 copy color: '#AF453C'

red 175 ◦ green 69 ◦ blue 60

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

Shades of Medium Carmine #AF453C

Tints of Medium Carmine #AF453C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 57.57%
G = 22.7%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF453C (or 0xAF453C) is known color: Medium Carmine. HEX triplet: AF, 45 and 3C. RGB value is (175,69,60). Sum of RGB (Red+Green+Blue) = 175+69+60=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF453C is #50BAC3. Grayscale: #636363. Windows color (decimal): -5290692 or 3949999. OLE color: 3949999.

HSL color Cylindrical-coordinate representation of color #AF453C: hue angle of 4.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF453C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 60 -
CMYK 0 0.61 0.66 0.31
HSL 4.7º 0.49% 0.46% -
HSV(B) 4.7º 0.66% 0.69% -
XYZ 20.62 13.7 5.83 -
YUV 99.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 175 69 60 0 0.61 0.66 0.31 4.7 0.49 0.46
Hex AF 45 3C 0 3D 42 1F 5 31 2E
Octal 257 105 74 0 75 102 37 5 61 56
Binary 10101111 1000101 111100 0 111101 1000010 11111 101 110001 101110

Color Harmonies of #AF453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF453C

Black with #AF453C

Text Example


Text Example

White with #AF453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF453C; }

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

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

background-color css

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

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

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

border-color css

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

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

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