Html Css Color HEX #AF3636 Medium Carmine

📋 copy color: '#AF3636'

red 175 ◦ green 54 ◦ blue 54

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

Shades of Medium Carmine #AF3636

Tints of Medium Carmine #AF3636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.08%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 61.84%
G = 19.08%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF3636 (or 0xAF3636) is known color: Medium Carmine. HEX triplet: AF, 36 and 36. RGB value is (175,54,54). Sum of RGB (Red+Green+Blue) = 175+54+54=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3636 is #50C9C9. Grayscale: #5A5A5A. Windows color (decimal): -5294538 or 3552943. OLE color: 3552943.

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

Color convert

RGB 175 54 54 -
CMYK 0 0.69 0.69 0.31
HSL 0.53% 0.45% -
HSV(B) 0.69% 0.69% -
XYZ 19.66 12.02 4.77 -
YUV 90.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 175 54 54 0 0.69 0.69 0.31 0 0.53 0.45
Hex AF 36 36 0 45 45 1F 0 35 2D
Octal 257 66 66 0 105 105 37 0 65 55
Binary 10101111 110110 110110 0 1000101 1000101 11111 0 110101 101101

Color Harmonies of #AF3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3636

Black with #AF3636

Text Example


Text Example

White with #AF3636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3636; }

 p { color: rgb(175,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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