Html Css Color HEX #AF3935 Medium Carmine

📋 copy color: '#AF3935'

red 175 ◦ green 57 ◦ blue 53

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

Shades of Medium Carmine #AF3935

Tints of Medium Carmine #AF3935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 53 (21.09% from 255) = 18.6%

R = 61.4%
G = 20%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF3935 (or 0xAF3935) is known color: Medium Carmine. HEX triplet: AF, 39 and 35. RGB value is (175,57,53). Sum of RGB (Red+Green+Blue) = 175+57+53=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3935 is #50C6CA. Grayscale: #5B5B5B. Windows color (decimal): -5293771 or 3488175. OLE color: 3488175.

HSL color Cylindrical-coordinate representation of color #AF3935: hue angle of 1.97º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3935 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 57 53 -
CMYK 0 0.67 0.70 0.31
HSL 1.97º 0.54% 0.45% -
HSV(B) 1.97º 0.7% 0.69% -
XYZ 19.78 12.3 4.7 -
YUV 91.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 175 57 53 0 0.67 0.70 0.31 1.97 0.54 0.45
Hex AF 39 35 0 43 46 1F 2 36 2D
Octal 257 71 65 0 103 106 37 2 66 55
Binary 10101111 111001 110101 0 1000011 1000110 11111 10 110110 101101

Color Harmonies of #AF3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3935

Black with #AF3935

Text Example


Text Example

White with #AF3935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3935; }

 p { color: rgb(175,57,53); }

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

background-color css

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

 a { background-color: rgb(175,57,53); }

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

border-color css

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

 span { border-color: rgb(175,57,53); }

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