Html Css Color HEX #AF452E Medium Carmine

📋 copy color: '#AF452E'

red 175 ◦ green 69 ◦ blue 46

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

Shades of Medium Carmine #AF452E

Tints of Medium Carmine #AF452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 60.34%
G = 23.79%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF452E (or 0xAF452E) is known color: Medium Carmine. HEX triplet: AF, 45 and 2E. RGB value is (175,69,46). Sum of RGB (Red+Green+Blue) = 175+69+46=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF452E is #50BAD1. Grayscale: #626262. Windows color (decimal): -5290706 or 3032495. OLE color: 3032495.

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

Color convert

RGB 175 69 46 -
CMYK 0 0.61 0.74 0.31
HSL 10.7º 0.58% 0.43% -
HSV(B) 10.7º 0.74% 0.69% -
XYZ 20.3 13.57 4.13 -
YUV 98.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 175 69 46 0 0.61 0.74 0.31 10.7 0.58 0.43
Hex AF 45 2E 0 3D 4A 1F B 3A 2B
Octal 257 105 56 0 75 112 37 13 72 53
Binary 10101111 1000101 101110 0 111101 1001010 11111 1011 111010 101011

Color Harmonies of #AF452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF452E

Black with #AF452E

Text Example


Text Example

White with #AF452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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