Html Css Color HEX #AF3A27 Medium Carmine

📋 copy color: '#AF3A27'

red 175 ◦ green 58 ◦ blue 39

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

Shades of Medium Carmine #AF3A27

Tints of Medium Carmine #AF3A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.32%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 64.34%
G = 21.32%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF3A27 (or 0xAF3A27) is known color: Medium Carmine. HEX triplet: AF, 3A and 27. RGB value is (175,58,39). Sum of RGB (Red+Green+Blue) = 175+58+39=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A27 is #50C5D8. Grayscale: #5B5B5B. Windows color (decimal): -5293529 or 2570927. OLE color: 2570927.

HSL color Cylindrical-coordinate representation of color #AF3A27: hue angle of 8.38º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF3A27 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 58 39 -
CMYK 0 0.67 0.78 0.31
HSL 8.38º 0.64% 0.42% -
HSV(B) 8.38º 0.78% 0.69% -
XYZ 19.56 12.29 3.26 -
YUV 90.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 175 58 39 0 0.67 0.78 0.31 8.38 0.64 0.42
Hex AF 3A 27 0 43 4E 1F 8 40 2A
Octal 257 72 47 0 103 116 37 10 100 52
Binary 10101111 111010 100111 0 1000011 1001110 11111 1000 1000000 101010

Color Harmonies of #AF3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A27

Black with #AF3A27

Text Example


Text Example

White with #AF3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A27; }

 p { color: rgb(175,58,39); }

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

background-color css

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

 a { background-color: rgb(175,58,39); }

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

border-color css

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

 span { border-color: rgb(175,58,39); }

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