Html Css Color HEX #AF3824 Medium Carmine

📋 copy color: '#AF3824'

red 175 ◦ green 56 ◦ blue 36

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

Shades of Medium Carmine #AF3824

Tints of Medium Carmine #AF3824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 65.54%
G = 20.97%
B = 13.48%

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

#AF3824 (or 0xAF3824) is known color: Medium Carmine. HEX triplet: AF, 38 and 24. RGB value is (175,56,36). Sum of RGB (Red+Green+Blue) = 175+56+36=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3824 is #50C7DB. Grayscale: #595959. Windows color (decimal): -5294044 or 2373807. OLE color: 2373807.

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

Color convert

RGB 175 56 36 -
CMYK 0 0.68 0.79 0.31
HSL 8.63º 0.66% 0.41% -
HSV(B) 8.63º 0.79% 0.69% -
XYZ 19.41 12.07 2.98 -
YUV 89.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 175 56 36 0 0.68 0.79 0.31 8.63 0.66 0.41
Hex AF 38 24 0 44 4F 1F 9 42 29
Octal 257 70 44 0 104 117 37 11 102 51
Binary 10101111 111000 100100 0 1000100 1001111 11111 1001 1000010 101001

Color Harmonies of #AF3824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3824

Black with #AF3824

Text Example


Text Example

White with #AF3824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3824; }

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

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

background-color css

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

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

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

border-color css

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

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

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