Html Css Color HEX #AF382E Medium Carmine

📋 copy color: '#AF382E'

red 175 ◦ green 56 ◦ blue 46

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

Shades of Medium Carmine #AF382E

Tints of Medium Carmine #AF382E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 63.18%
G = 20.22%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF382E (or 0xAF382E) is known color: Medium Carmine. HEX triplet: AF, 38 and 2E. RGB value is (175,56,46). Sum of RGB (Red+Green+Blue) = 175+56+46=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF382E is #50C7D1. Grayscale: #5A5A5A. Windows color (decimal): -5294034 or 3029167. OLE color: 3029167.

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

Color convert

RGB 175 56 46 -
CMYK 0 0.68 0.74 0.31
HSL 4.65º 0.58% 0.43% -
HSV(B) 4.65º 0.74% 0.69% -
XYZ 19.59 12.14 3.9 -
YUV 90.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 175 56 46 0 0.68 0.74 0.31 4.65 0.58 0.43
Hex AF 38 2E 0 44 4A 1F 5 3A 2B
Octal 257 70 56 0 104 112 37 5 72 53
Binary 10101111 111000 101110 0 1000100 1001010 11111 101 111010 101011

Color Harmonies of #AF382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF382E

Black with #AF382E

Text Example


Text Example

White with #AF382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF382E; }

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

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

background-color css

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

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

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

border-color css

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

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

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