Html Css Color HEX #AF3C3B Medium Carmine

📋 copy color: '#AF3C3B'

red 175 ◦ green 60 ◦ blue 59

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

Shades of Medium Carmine #AF3C3B

Tints of Medium Carmine #AF3C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 59.52%
G = 20.41%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF3C3B (or 0xAF3C3B) is known color: Medium Carmine. HEX triplet: AF, 3C and 3B. RGB value is (175,60,59). Sum of RGB (Red+Green+Blue) = 175+60+59=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C3B is #50C3C4. Grayscale: #5E5E5E. Windows color (decimal): -5292997 or 3882159. OLE color: 3882159.

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

Color convert

RGB 175 60 59 -
CMYK 0 0.66 0.66 0.31
HSL 0.52º 0.5% 0.46% -
HSV(B) 0.52º 0.66% 0.69% -
XYZ 20.08 12.66 5.52 -
YUV 94.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 175 60 59 0 0.66 0.66 0.31 0.52 0.5 0.46
Hex AF 3C 3B 0 42 42 1F 1 32 2E
Octal 257 74 73 0 102 102 37 1 62 56
Binary 10101111 111100 111011 0 1000010 1000010 11111 1 110010 101110

Color Harmonies of #AF3C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C3B

Black with #AF3C3B

Text Example


Text Example

White with #AF3C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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