Html Css Color HEX #AF362C Medium Carmine

📋 copy color: '#AF362C'

red 175 ◦ green 54 ◦ blue 44

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

Shades of Medium Carmine #AF362C

Tints of Medium Carmine #AF362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 64.1%
G = 19.78%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF362C (or 0xAF362C) is known color: Medium Carmine. HEX triplet: AF, 36 and 2C. RGB value is (175,54,44). Sum of RGB (Red+Green+Blue) = 175+54+44=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF362C is #50C9D3. Grayscale: #595959. Windows color (decimal): -5294548 or 2897583. OLE color: 2897583.

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

Color convert

RGB 175 54 44 -
CMYK 0 0.69 0.75 0.31
HSL 4.58º 0.6% 0.43% -
HSV(B) 4.58º 0.75% 0.69% -
XYZ 19.45 11.93 3.66 -
YUV 89.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 175 54 44 0 0.69 0.75 0.31 4.58 0.6 0.43
Hex AF 36 2C 0 45 4B 1F 5 3C 2B
Octal 257 66 54 0 105 113 37 5 74 53
Binary 10101111 110110 101100 0 1000101 1001011 11111 101 111100 101011

Color Harmonies of #AF362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF362C

Black with #AF362C

Text Example


Text Example

White with #AF362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF362C; }

 p { color: rgb(175,54,44); }

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

background-color css

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

 a { background-color: rgb(175,54,44); }

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

border-color css

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

 span { border-color: rgb(175,54,44); }

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