Html Css Color HEX #AF3530 Medium Carmine

📋 copy color: '#AF3530'

red 175 ◦ green 53 ◦ blue 48

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

Shades of Medium Carmine #AF3530

Tints of Medium Carmine #AF3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

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

R = 63.41%
G = 19.2%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF3530 (or 0xAF3530) is known color: Medium Carmine. HEX triplet: AF, 35 and 30. RGB value is (175,53,48). Sum of RGB (Red+Green+Blue) = 175+53+48=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3530 is #50CACF. Grayscale: #595959. Windows color (decimal): -5294800 or 3159471. OLE color: 3159471.

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

Color convert

RGB 175 53 48 -
CMYK 0 0.70 0.73 0.31
HSL 2.36º 0.57% 0.44% -
HSV(B) 2.36º 0.73% 0.69% -
XYZ 19.49 11.87 4.06 -
YUV 88.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 175 53 48 0 0.70 0.73 0.31 2.36 0.57 0.44
Hex AF 35 30 0 46 49 1F 2 39 2C
Octal 257 65 60 0 106 111 37 2 71 54
Binary 10101111 110101 110000 0 1000110 1001001 11111 10 111001 101100

Color Harmonies of #AF3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3530

Black with #AF3530

Text Example


Text Example

White with #AF3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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