Html Css Color HEX #AF0118 Carmine

📋 copy color: '#AF0118'

red 175 ◦ green 1 ◦ blue 24

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

Shades of Carmine #AF0118

Tints of Carmine #AF0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 87.5%
G = 0.5%
B = 12%

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

#AF0118 (or 0xAF0118) is known color: Carmine. HEX triplet: AF, 01 and 18. RGB value is (175,1,24). Sum of RGB (Red+Green+Blue) = 175+1+24=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0118 is #50FEE7. Grayscale: #373737. Windows color (decimal): -5308136 or 1573295. OLE color: 1573295.

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

Color convert

RGB 175 1 24 -
CMYK 0 0.99 0.86 0.31
HSL 352.07º 0.99% 0.35% -
HSV(B) 352.07º 0.99% 0.69% -
XYZ 17.85 9.2 1.7 -
YUV 55.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 175 1 24 0 0.99 0.86 0.31 352.07 0.99 0.35
Hex AF 1 18 0 63 56 1F 160 63 23
Octal 257 1 30 0 143 126 37 540 143 43
Binary 10101111 1 11000 0 1100011 1010110 11111 101100000 1100011 100011

Color Harmonies of #AF0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0118

Black with #AF0118

Text Example


Text Example

White with #AF0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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