Html Css Color HEX #AF3825 Medium Carmine

📋 copy color: '#AF3825'

red 175 ◦ green 56 ◦ blue 37

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

Shades of Medium Carmine #AF3825

Tints of Medium Carmine #AF3825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 65.3%
G = 20.9%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF3825 (or 0xAF3825) is known color: Medium Carmine. HEX triplet: AF, 38 and 25. RGB value is (175,56,37). Sum of RGB (Red+Green+Blue) = 175+56+37=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3825 is #50C7DA. Grayscale: #595959. Windows color (decimal): -5294043 or 2439343. OLE color: 2439343.

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

Color convert

RGB 175 56 37 -
CMYK 0 0.68 0.79 0.31
HSL 8.26º 0.65% 0.42% -
HSV(B) 8.26º 0.79% 0.69% -
XYZ 19.43 12.08 3.06 -
YUV 89.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 175 56 37 0 0.68 0.79 0.31 8.26 0.65 0.42
Hex AF 38 25 0 44 4F 1F 8 41 2A
Octal 257 70 45 0 104 117 37 10 101 52
Binary 10101111 111000 100101 0 1000100 1001111 11111 1000 1000001 101010

Color Harmonies of #AF3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3825

Black with #AF3825

Text Example


Text Example

White with #AF3825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3825; }

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

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

background-color css

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

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

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

border-color css

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

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

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