Html Css Color HEX #AF052C Carmine

📋 copy color: '#AF052C'

red 175 ◦ green 5 ◦ blue 44

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

Shades of Carmine #AF052C

Tints of Carmine #AF052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 44 (17.58% from 255) = 19.64%

R = 78.13%
G = 2.23%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF052C (or 0xAF052C) is known color: Carmine. HEX triplet: AF, 05 and 2C. RGB value is (175,5,44). Sum of RGB (Red+Green+Blue) = 175+5+44=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF052C is #50FAD3. Grayscale: #3C3C3C. Windows color (decimal): -5307092 or 2885039. OLE color: 2885039.

HSL color Cylindrical-coordinate representation of color #AF052C: hue angle of 346.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF052C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 44 -
CMYK 0 0.97 0.75 0.31
HSL 346.24º 0.94% 0.35% -
HSV(B) 346.24º 0.97% 0.69% -
XYZ 18.19 9.4 3.24 -
YUV 60.28 118.82 209.83 -
System Red Green Blue C M Y K H S L
Decimal 175 5 44 0 0.97 0.75 0.31 346.24 0.94 0.35
Hex AF 5 2C 0 61 4B 1F 15A 5E 23
Octal 257 5 54 0 141 113 37 532 136 43
Binary 10101111 101 101100 0 1100001 1001011 11111 101011010 1011110 100011

Color Harmonies of #AF052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF052C

Black with #AF052C

Text Example


Text Example

White with #AF052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF052C; }

 p { color: rgb(175,5,44); }

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

background-color css

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

 a { background-color: rgb(175,5,44); }

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

border-color css

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

 span { border-color: rgb(175,5,44); }

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