Html Css Color HEX #AF453F Medium Carmine

📋 copy color: '#AF453F'

red 175 ◦ green 69 ◦ blue 63

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

Shades of Medium Carmine #AF453F

Tints of Medium Carmine #AF453F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.52%

R = 57%
G = 22.48%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF453F (or 0xAF453F) is known color: Medium Carmine. HEX triplet: AF, 45 and 3F. RGB value is (175,69,63). Sum of RGB (Red+Green+Blue) = 175+69+63=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF453F is #50BAC0. Grayscale: #646464. Windows color (decimal): -5290689 or 4146607. OLE color: 4146607.

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

Color convert

RGB 175 69 63 -
CMYK 0 0.61 0.64 0.31
HSL 3.21º 0.47% 0.47% -
HSV(B) 3.21º 0.64% 0.69% -
XYZ 20.7 13.73 6.26 -
YUV 100.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 175 69 63 0 0.61 0.64 0.31 3.21 0.47 0.47
Hex AF 45 3F 0 3D 40 1F 3 2F 2F
Octal 257 105 77 0 75 100 37 3 57 57
Binary 10101111 1000101 111111 0 111101 1000000 11111 11 101111 101111

Color Harmonies of #AF453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF453F

Black with #AF453F

Text Example


Text Example

White with #AF453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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