Html Css Color HEX #AF0116 Carmine

📋 copy color: '#AF0116'

red 175 ◦ green 1 ◦ blue 22

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

Shades of Carmine #AF0116

Tints of Carmine #AF0116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 88.38%
G = 0.51%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF0116 (or 0xAF0116) is known color: Carmine. HEX triplet: AF, 01 and 16. RGB value is (175,1,22). Sum of RGB (Red+Green+Blue) = 175+1+22=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0116 is #50FEE9. Grayscale: #373737. Windows color (decimal): -5308138 or 1442223. OLE color: 1442223.

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

Color convert

RGB 175 1 22 -
CMYK 0 0.99 0.87 0.31
HSL 352.76º 0.99% 0.35% -
HSV(B) 352.76º 0.99% 0.69% -
XYZ 17.83 9.19 1.59 -
YUV 55.42 109.15 213.29 -
System Red Green Blue C M Y K H S L
Decimal 175 1 22 0 0.99 0.87 0.31 352.76 0.99 0.35
Hex AF 1 16 0 63 57 1F 161 63 23
Octal 257 1 26 0 143 127 37 541 143 43
Binary 10101111 1 10110 0 1100011 1010111 11111 101100001 1100011 100011

Color Harmonies of #AF0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0116

Black with #AF0116

Text Example


Text Example

White with #AF0116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0116; }

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

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

background-color css

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

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

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

border-color css

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

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

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