Html Css Color HEX #AF0119 Carmine

📋 copy color: '#AF0119'

red 175 ◦ green 1 ◦ blue 25

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

Shades of Carmine #AF0119

Tints of Carmine #AF0119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.44%

R = 87.06%
G = 0.5%
B = 12.44%

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

#AF0119 (or 0xAF0119) is known color: Carmine. HEX triplet: AF, 01 and 19. RGB value is (175,1,25). Sum of RGB (Red+Green+Blue) = 175+1+25=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0119 is #50FEE6. Grayscale: #373737. Windows color (decimal): -5308135 or 1638831. OLE color: 1638831.

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

Color convert

RGB 175 1 25 -
CMYK 0 0.99 0.86 0.31
HSL 351.72º 0.99% 0.35% -
HSV(B) 351.72º 0.99% 0.69% -
XYZ 17.87 9.21 1.75 -
YUV 55.76 110.65 213.05 -
System Red Green Blue C M Y K H S L
Decimal 175 1 25 0 0.99 0.86 0.31 351.72 0.99 0.35
Hex AF 1 19 0 63 56 1F 160 63 23
Octal 257 1 31 0 143 126 37 540 143 43
Binary 10101111 1 11001 0 1100011 1010110 11111 101100000 1100011 100011

Color Harmonies of #AF0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0119

Black with #AF0119

Text Example


Text Example

White with #AF0119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0119; }

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

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

background-color css

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

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

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

border-color css

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

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

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