Html Css Color HEX #AF4434 Medium Carmine

📋 copy color: '#AF4434'

red 175 ◦ green 68 ◦ blue 52

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

Shades of Medium Carmine #AF4434

Tints of Medium Carmine #AF4434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 52 (20.7% from 255) = 17.63%

R = 59.32%
G = 23.05%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF4434 (or 0xAF4434) is known color: Medium Carmine. HEX triplet: AF, 44 and 34. RGB value is (175,68,52). Sum of RGB (Red+Green+Blue) = 175+68+52=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4434 is #50BBCB. Grayscale: #626262. Windows color (decimal): -5290956 or 3425455. OLE color: 3425455.

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

Color convert

RGB 175 68 52 -
CMYK 0 0.61 0.70 0.31
HSL 7.8º 0.54% 0.45% -
HSV(B) 7.8º 0.7% 0.69% -
XYZ 20.37 13.5 4.78 -
YUV 98.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 175 68 52 0 0.61 0.70 0.31 7.8 0.54 0.45
Hex AF 44 34 0 3D 46 1F 8 36 2D
Octal 257 104 64 0 75 106 37 10 66 55
Binary 10101111 1000100 110100 0 111101 1000110 11111 1000 110110 101101

Color Harmonies of #AF4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4434

Black with #AF4434

Text Example


Text Example

White with #AF4434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4434; }

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

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

background-color css

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

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

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

border-color css

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

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

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