Html Css Color HEX #AF3C38 Medium Carmine

📋 copy color: '#AF3C38'

red 175 ◦ green 60 ◦ blue 56

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

Shades of Medium Carmine #AF3C38

Tints of Medium Carmine #AF3C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 60.14%
G = 20.62%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF3C38 (or 0xAF3C38) is known color: Medium Carmine. HEX triplet: AF, 3C and 38. RGB value is (175,60,56). Sum of RGB (Red+Green+Blue) = 175+60+56=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C38 is #50C3C7. Grayscale: #5E5E5E. Windows color (decimal): -5293000 or 3685551. OLE color: 3685551.

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

Color convert

RGB 175 60 56 -
CMYK 0 0.66 0.68 0.31
HSL 2.02º 0.52% 0.45% -
HSV(B) 2.02º 0.68% 0.69% -
XYZ 20.01 12.63 5.12 -
YUV 93.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 175 60 56 0 0.66 0.68 0.31 2.02 0.52 0.45
Hex AF 3C 38 0 42 44 1F 2 34 2D
Octal 257 74 70 0 102 104 37 2 64 55
Binary 10101111 111100 111000 0 1000010 1000100 11111 10 110100 101101

Color Harmonies of #AF3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C38

Black with #AF3C38

Text Example


Text Example

White with #AF3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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