Html Css Color HEX #AF4238 Medium Carmine

📋 copy color: '#AF4238'

red 175 ◦ green 66 ◦ blue 56

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

Shades of Medium Carmine #AF4238

Tints of Medium Carmine #AF4238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 58.92%
G = 22.22%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF4238 (or 0xAF4238) is known color: Medium Carmine. HEX triplet: AF, 42 and 38. RGB value is (175,66,56). Sum of RGB (Red+Green+Blue) = 175+66+56=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4238 is #50BDC7. Grayscale: #616161. Windows color (decimal): -5291464 or 3687087. OLE color: 3687087.

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

Color convert

RGB 175 66 56 -
CMYK 0 0.62 0.68 0.31
HSL 5.04º 0.52% 0.45% -
HSV(B) 5.04º 0.68% 0.69% -
XYZ 20.34 13.3 5.24 -
YUV 97.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 175 66 56 0 0.62 0.68 0.31 5.04 0.52 0.45
Hex AF 42 38 0 3E 44 1F 5 34 2D
Octal 257 102 70 0 76 104 37 5 64 55
Binary 10101111 1000010 111000 0 111110 1000100 11111 101 110100 101101

Color Harmonies of #AF4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4238

Black with #AF4238

Text Example


Text Example

White with #AF4238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4238; }

 p { color: rgb(175,66,56); }

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

background-color css

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

 a { background-color: rgb(175,66,56); }

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

border-color css

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

 span { border-color: rgb(175,66,56); }

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