Html Css Color HEX #AF3C23 Medium Carmine

📋 copy color: '#AF3C23'

red 175 ◦ green 60 ◦ blue 35

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

Shades of Medium Carmine #AF3C23

Tints of Medium Carmine #AF3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 64.81%
G = 22.22%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF3C23 (or 0xAF3C23) is known color: Medium Carmine. HEX triplet: AF, 3C and 23. RGB value is (175,60,35). Sum of RGB (Red+Green+Blue) = 175+60+35=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C23 is #50C3DC. Grayscale: #5B5B5B. Windows color (decimal): -5293021 or 2309295. OLE color: 2309295.

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

Color convert

RGB 175 60 35 -
CMYK 0 0.66 0.8 0.31
HSL 10.71º 0.67% 0.41% -
HSV(B) 10.71º 0.8% 0.69% -
XYZ 19.6 12.47 2.96 -
YUV 91.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 175 60 35 0 0.66 0.8 0.31 10.71 0.67 0.41
Hex AF 3C 23 0 42 50 1F B 43 29
Octal 257 74 43 0 102 120 37 13 103 51
Binary 10101111 111100 100011 0 1000010 1010000 11111 1011 1000011 101001

Color Harmonies of #AF3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C23

Black with #AF3C23

Text Example


Text Example

White with #AF3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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