Html Css Color HEX #AF0218 Carmine

📋 copy color: '#AF0218'

red 175 ◦ green 2 ◦ blue 24

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

Shades of Carmine #AF0218

Tints of Carmine #AF0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 87.06%
G = 1%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF0218 (or 0xAF0218) is known color: Carmine. HEX triplet: AF, 02 and 18. RGB value is (175,2,24). Sum of RGB (Red+Green+Blue) = 175+2+24=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0218 is #50FDE7. Grayscale: #383838. Windows color (decimal): -5307880 or 1573551. OLE color: 1573551.

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

Color convert

RGB 175 2 24 -
CMYK 0 0.99 0.86 0.31
HSL 352.37º 0.98% 0.35% -
HSV(B) 352.37º 0.99% 0.69% -
XYZ 17.87 9.22 1.7 -
YUV 56.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 175 2 24 0 0.99 0.86 0.31 352.37 0.98 0.35
Hex AF 2 18 0 63 56 1F 160 62 23
Octal 257 2 30 0 143 126 37 540 142 43
Binary 10101111 10 11000 0 1100011 1010110 11111 101100000 1100010 100011

Color Harmonies of #AF0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0218

Black with #AF0218

Text Example


Text Example

White with #AF0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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