Html Css Color HEX #AF4341 Medium Carmine

📋 copy color: '#AF4341'

red 175 ◦ green 67 ◦ blue 65

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

Shades of Medium Carmine #AF4341

Tints of Medium Carmine #AF4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.82%

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 57%
G = 21.82%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF4341 (or 0xAF4341) is known color: Medium Carmine. HEX triplet: AF, 43 and 41. RGB value is (175,67,65). Sum of RGB (Red+Green+Blue) = 175+67+65=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4341 is #50BCBE. Grayscale: #636363. Windows color (decimal): -5291199 or 4277167. OLE color: 4277167.

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

Color convert

RGB 175 67 65 -
CMYK 0 0.62 0.63 0.31
HSL 1.09º 0.46% 0.47% -
HSV(B) 1.09º 0.63% 0.69% -
XYZ 20.64 13.51 6.52 -
YUV 99.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 175 67 65 0 0.62 0.63 0.31 1.09 0.46 0.47
Hex AF 43 41 0 3E 3F 1F 1 2E 2F
Octal 257 103 101 0 76 77 37 1 56 57
Binary 10101111 1000011 1000001 0 111110 111111 11111 1 101110 101111

Color Harmonies of #AF4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4341

Black with #AF4341

Text Example


Text Example

White with #AF4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4341; }

 p { color: rgb(175,67,65); }

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

background-color css

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

 a { background-color: rgb(175,67,65); }

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

border-color css

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

 span { border-color: rgb(175,67,65); }

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