Html Css Color HEX #AF4438 Medium Carmine

📋 copy color: '#AF4438'

red 175 ◦ green 68 ◦ blue 56

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

Shades of Medium Carmine #AF4438

Tints of Medium Carmine #AF4438

RGB

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

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

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

R = 58.53%
G = 22.74%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF4438 (or 0xAF4438) is known color: Medium Carmine. HEX triplet: AF, 44 and 38. RGB value is (175,68,56). Sum of RGB (Red+Green+Blue) = 175+68+56=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4438 is #50BBC7. Grayscale: #626262. Windows color (decimal): -5290952 or 3687599. OLE color: 3687599.

HSL color Cylindrical-coordinate representation of color #AF4438: hue angle of 6.05º 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 #AF4438 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 68 56 -
CMYK 0 0.61 0.68 0.31
HSL 6.05º 0.52% 0.45% -
HSV(B) 6.05º 0.68% 0.69% -
XYZ 20.46 13.53 5.28 -
YUV 98.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 175 68 56 0 0.61 0.68 0.31 6.05 0.52 0.45
Hex AF 44 38 0 3D 44 1F 6 34 2D
Octal 257 104 70 0 75 104 37 6 64 55
Binary 10101111 1000100 111000 0 111101 1000100 11111 110 110100 101101

Color Harmonies of #AF4438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4438

Black with #AF4438

Text Example


Text Example

White with #AF4438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4438; }

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

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

background-color css

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

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

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

border-color css

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

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

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