Html Css Color HEX #AF3730 Medium Carmine

📋 copy color: '#AF3730'

red 175 ◦ green 55 ◦ blue 48

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

Shades of Medium Carmine #AF3730

Tints of Medium Carmine #AF3730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

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

R = 62.95%
G = 19.78%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF3730 (or 0xAF3730) is known color: Medium Carmine. HEX triplet: AF, 37 and 30. RGB value is (175,55,48). Sum of RGB (Red+Green+Blue) = 175+55+48=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3730 is #50C8CF. Grayscale: #5A5A5A. Windows color (decimal): -5294288 or 3159983. OLE color: 3159983.

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

Color convert

RGB 175 55 48 -
CMYK 0 0.69 0.73 0.31
HSL 3.31º 0.57% 0.44% -
HSV(B) 3.31º 0.73% 0.69% -
XYZ 19.58 12.06 4.09 -
YUV 90.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 175 55 48 0 0.69 0.73 0.31 3.31 0.57 0.44
Hex AF 37 30 0 45 49 1F 3 39 2C
Octal 257 67 60 0 105 111 37 3 71 54
Binary 10101111 110111 110000 0 1000101 1001001 11111 11 111001 101100

Color Harmonies of #AF3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3730

Black with #AF3730

Text Example


Text Example

White with #AF3730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3730; }

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

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

background-color css

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

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

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

border-color css

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

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

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