Html Css Color HEX #AF453A Medium Carmine

📋 copy color: '#AF453A'

red 175 ◦ green 69 ◦ blue 58

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

Shades of Medium Carmine #AF453A

Tints of Medium Carmine #AF453A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 57.95%
G = 22.85%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF453A (or 0xAF453A) is known color: Medium Carmine. HEX triplet: AF, 45 and 3A. RGB value is (175,69,58). Sum of RGB (Red+Green+Blue) = 175+69+58=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF453A is #50BAC5. Grayscale: #636363. Windows color (decimal): -5290694 or 3818927. OLE color: 3818927.

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

Color convert

RGB 175 69 58 -
CMYK 0 0.61 0.67 0.31
HSL 5.64º 0.5% 0.46% -
HSV(B) 5.64º 0.67% 0.69% -
XYZ 20.57 13.68 5.56 -
YUV 99.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 175 69 58 0 0.61 0.67 0.31 5.64 0.5 0.46
Hex AF 45 3A 0 3D 43 1F 6 32 2E
Octal 257 105 72 0 75 103 37 6 62 56
Binary 10101111 1000101 111010 0 111101 1000011 11111 110 110010 101110

Color Harmonies of #AF453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF453A

Black with #AF453A

Text Example


Text Example

White with #AF453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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