Html Css Color HEX #AF4830 Medium Carmine

📋 copy color: '#AF4830'

red 175 ◦ green 72 ◦ blue 48

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

Shades of Medium Carmine #AF4830

Tints of Medium Carmine #AF4830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 59.32%
G = 24.41%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF4830 (or 0xAF4830) is known color: Medium Carmine. HEX triplet: AF, 48 and 30. RGB value is (175,72,48). Sum of RGB (Red+Green+Blue) = 175+72+48=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4830 is #50B7CF. Grayscale: #646464. Windows color (decimal): -5289936 or 3164335. OLE color: 3164335.

HSL color Cylindrical-coordinate representation of color #AF4830: hue angle of 11.34º degrees, saturation: 0.57, 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 #AF4830 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 72 48 -
CMYK 0 0.59 0.73 0.31
HSL 11.34º 0.57% 0.44% -
HSV(B) 11.34º 0.73% 0.69% -
XYZ 20.53 13.96 4.41 -
YUV 100.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 175 72 48 0 0.59 0.73 0.31 11.34 0.57 0.44
Hex AF 48 30 0 3B 49 1F B 39 2C
Octal 257 110 60 0 73 111 37 13 71 54
Binary 10101111 1001000 110000 0 111011 1001001 11111 1011 111001 101100

Color Harmonies of #AF4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4830

Black with #AF4830

Text Example


Text Example

White with #AF4830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4830; }

 p { color: rgb(175,72,48); }

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

background-color css

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

 a { background-color: rgb(175,72,48); }

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

border-color css

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

 span { border-color: rgb(175,72,48); }

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