Html Css Color HEX #AF4A3B Medium Carmine

📋 copy color: '#AF4A3B'

red 175 ◦ green 74 ◦ blue 59

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

Shades of Medium Carmine #AF4A3B

Tints of Medium Carmine #AF4A3B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 56.82%
G = 24.03%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF4A3B (or 0xAF4A3B) is known color: Medium Carmine. HEX triplet: AF, 4A and 3B. RGB value is (175,74,59). Sum of RGB (Red+Green+Blue) = 175+74+59=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A3B is #50B5C4. Grayscale: #666666. Windows color (decimal): -5289413 or 3885743. OLE color: 3885743.

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

Color convert

RGB 175 74 59 -
CMYK 0 0.58 0.66 0.31
HSL 7.76º 0.5% 0.46% -
HSV(B) 7.76º 0.66% 0.69% -
XYZ 20.92 14.33 5.8 -
YUV 102.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 175 74 59 0 0.58 0.66 0.31 7.76 0.5 0.46
Hex AF 4A 3B 0 3A 42 1F 8 32 2E
Octal 257 112 73 0 72 102 37 10 62 56
Binary 10101111 1001010 111011 0 111010 1000010 11111 1000 110010 101110

Color Harmonies of #AF4A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A3B

Black with #AF4A3B

Text Example


Text Example

White with #AF4A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A3B; }

 p { color: rgb(175,74,59); }

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

background-color css

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

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

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

border-color css

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

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

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