Html Css Color HEX #AF3632 Medium Carmine

📋 copy color: '#AF3632'

red 175 ◦ green 54 ◦ blue 50

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

Shades of Medium Carmine #AF3632

Tints of Medium Carmine #AF3632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 62.72%
G = 19.35%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF3632 (or 0xAF3632) is known color: Medium Carmine. HEX triplet: AF, 36 and 32. RGB value is (175,54,50). Sum of RGB (Red+Green+Blue) = 175+54+50=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3632 is #50C9CD. Grayscale: #595959. Windows color (decimal): -5294542 or 3290799. OLE color: 3290799.

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

Color convert

RGB 175 54 50 -
CMYK 0 0.69 0.71 0.31
HSL 1.92º 0.56% 0.44% -
HSV(B) 1.92º 0.71% 0.69% -
XYZ 19.57 11.98 4.3 -
YUV 89.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 175 54 50 0 0.69 0.71 0.31 1.92 0.56 0.44
Hex AF 36 32 0 45 47 1F 2 38 2C
Octal 257 66 62 0 105 107 37 2 70 54
Binary 10101111 110110 110010 0 1000101 1000111 11111 10 111000 101100

Color Harmonies of #AF3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3632

Black with #AF3632

Text Example


Text Example

White with #AF3632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3632; }

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

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

background-color css

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

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

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

border-color css

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

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

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