Html Css Color HEX #AF021C Carmine

📋 copy color: '#AF021C'

red 175 ◦ green 2 ◦ blue 28

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

Shades of Carmine #AF021C

Tints of Carmine #AF021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 85.37%
G = 0.98%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF021C (or 0xAF021C) is known color: Carmine. HEX triplet: AF, 02 and 1C. RGB value is (175,2,28). Sum of RGB (Red+Green+Blue) = 175+2+28=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF021C is #50FDE3. Grayscale: #383838. Windows color (decimal): -5307876 or 1835695. OLE color: 1835695.

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

Color convert

RGB 175 2 28 -
CMYK 0 0.99 0.84 0.31
HSL 350.98º 0.98% 0.35% -
HSV(B) 350.98º 0.99% 0.69% -
XYZ 17.91 9.24 1.94 -
YUV 56.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 175 2 28 0 0.99 0.84 0.31 350.98 0.98 0.35
Hex AF 2 1C 0 63 54 1F 15F 62 23
Octal 257 2 34 0 143 124 37 537 142 43
Binary 10101111 10 11100 0 1100011 1010100 11111 101011111 1100010 100011

Color Harmonies of #AF021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF021C

Black with #AF021C

Text Example


Text Example

White with #AF021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF021C; }

 p { color: rgb(175,2,28); }

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

background-color css

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

 a { background-color: rgb(175,2,28); }

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

border-color css

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

 span { border-color: rgb(175,2,28); }

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