Html Css Color HEX #AF0018 Carmine

📋 copy color: '#AF0018'

red 175 ◦ green 0 ◦ blue 24

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

Shades of Carmine #AF0018

Tints of Carmine #AF0018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.94%
G = 0%
B = 12.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF0018 (or 0xAF0018) is known color: Carmine. HEX triplet: AF, 00 and 18. RGB value is (175,0,24). Sum of RGB (Red+Green+Blue) = 175+0+24=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0018 is #50FFE7. Grayscale: #373737. Windows color (decimal): -5308392 or 1573039. OLE color: 1573039.

HSL color Cylindrical-coordinate representation of color #AF0018: hue angle of 351.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0018 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 24 -
CMYK 0 1 0.86 0.31
HSL 351.77º 1% 0.34% -
HSV(B) 351.77º 1% 0.69% -
XYZ 17.84 9.18 1.7 -
YUV 55.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 175 0 24 0 1 0.86 0.31 351.77 1 0.34
Hex AF 0 18 0 64 56 1F 160 64 22
Octal 257 0 30 0 144 126 37 540 144 42
Binary 10101111 0 11000 0 1100100 1010110 11111 101100000 1100100 100010

Color Harmonies of #AF0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0018

Black with #AF0018

Text Example


Text Example

White with #AF0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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