Html Css Color HEX #AF3432 Medium Carmine

📋 copy color: '#AF3432'

red 175 ◦ green 52 ◦ blue 50

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

Shades of Medium Carmine #AF3432

Tints of Medium Carmine #AF3432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 63.18%
G = 18.77%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF3432 (or 0xAF3432) is known color: Medium Carmine. HEX triplet: AF, 34 and 32. RGB value is (175,52,50). Sum of RGB (Red+Green+Blue) = 175+52+50=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3432 is #50CBCD. Grayscale: #585858. Windows color (decimal): -5295054 or 3290287. OLE color: 3290287.

HSL color Cylindrical-coordinate representation of color #AF3432: hue angle of 0.96º 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 #AF3432 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 50 -
CMYK 0 0.70 0.71 0.31
HSL 0.96º 0.56% 0.44% -
HSV(B) 0.96º 0.71% 0.69% -
XYZ 19.48 11.8 4.27 -
YUV 88.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 175 52 50 0 0.70 0.71 0.31 0.96 0.56 0.44
Hex AF 34 32 0 46 47 1F 1 38 2C
Octal 257 64 62 0 106 107 37 1 70 54
Binary 10101111 110100 110010 0 1000110 1000111 11111 1 111000 101100

Color Harmonies of #AF3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3432

Black with #AF3432

Text Example


Text Example

White with #AF3432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3432; }

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

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

background-color css

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

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

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

border-color css

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

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

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