Html Css Color HEX #AF3B2F Medium Carmine

📋 copy color: '#AF3B2F'

red 175 ◦ green 59 ◦ blue 47

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

Shades of Medium Carmine #AF3B2F

Tints of Medium Carmine #AF3B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21%

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 62.28%
G = 21%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF3B2F (or 0xAF3B2F) is known color: Medium Carmine. HEX triplet: AF, 3B and 2F. RGB value is (175,59,47). Sum of RGB (Red+Green+Blue) = 175+59+47=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3B2F is #50C4D0. Grayscale: #5C5C5C. Windows color (decimal): -5293265 or 3095471. OLE color: 3095471.

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

Color convert

RGB 175 59 47 -
CMYK 0 0.66 0.73 0.31
HSL 5.63º 0.58% 0.44% -
HSV(B) 5.63º 0.73% 0.69% -
XYZ 19.76 12.45 4.05 -
YUV 92.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 175 59 47 0 0.66 0.73 0.31 5.63 0.58 0.44
Hex AF 3B 2F 0 42 49 1F 6 3A 2C
Octal 257 73 57 0 102 111 37 6 72 54
Binary 10101111 111011 101111 0 1000010 1001001 11111 110 111010 101100

Color Harmonies of #AF3B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3B2F

Black with #AF3B2F

Text Example


Text Example

White with #AF3B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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