Html Css Color HEX #AF3A38 Medium Carmine

📋 copy color: '#AF3A38'

red 175 ◦ green 58 ◦ blue 56

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

Shades of Medium Carmine #AF3A38

Tints of Medium Carmine #AF3A38

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.07%

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

R = 60.55%
G = 20.07%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF3A38 (or 0xAF3A38) is known color: Medium Carmine. HEX triplet: AF, 3A and 38. RGB value is (175,58,56). Sum of RGB (Red+Green+Blue) = 175+58+56=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A38 is #50C5C7. Grayscale: #5C5C5C. Windows color (decimal): -5293512 or 3685039. OLE color: 3685039.

HSL color Cylindrical-coordinate representation of color #AF3A38: hue angle of 1.01º 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 #AF3A38 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 58 56 -
CMYK 0 0.67 0.68 0.31
HSL 1.01º 0.52% 0.45% -
HSV(B) 1.01º 0.68% 0.69% -
XYZ 19.91 12.43 5.09 -
YUV 92.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 175 58 56 0 0.67 0.68 0.31 1.01 0.52 0.45
Hex AF 3A 38 0 43 44 1F 1 34 2D
Octal 257 72 70 0 103 104 37 1 64 55
Binary 10101111 111010 111000 0 1000011 1000100 11111 1 110100 101101

Color Harmonies of #AF3A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A38

Black with #AF3A38

Text Example


Text Example

White with #AF3A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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