Html Css Color HEX #AF3828 Medium Carmine

📋 copy color: '#AF3828'

red 175 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #AF3828

Tints of Medium Carmine #AF3828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 64.58%
G = 20.66%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF3828 (or 0xAF3828) is known color: Medium Carmine. HEX triplet: AF, 38 and 28. RGB value is (175,56,40). Sum of RGB (Red+Green+Blue) = 175+56+40=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3828 is #50C7D7. Grayscale: #595959. Windows color (decimal): -5294040 or 2635951. OLE color: 2635951.

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

Color convert

RGB 175 56 40 -
CMYK 0 0.68 0.77 0.31
HSL 7.11º 0.63% 0.42% -
HSV(B) 7.11º 0.77% 0.69% -
XYZ 19.48 12.1 3.32 -
YUV 89.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 175 56 40 0 0.68 0.77 0.31 7.11 0.63 0.42
Hex AF 38 28 0 44 4D 1F 7 3F 2A
Octal 257 70 50 0 104 115 37 7 77 52
Binary 10101111 111000 101000 0 1000100 1001101 11111 111 111111 101010

Color Harmonies of #AF3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3828

Black with #AF3828

Text Example


Text Example

White with #AF3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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