Html Css Color HEX #AF011A Carmine

📋 copy color: '#AF011A'

red 175 ◦ green 1 ◦ blue 26

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

Shades of Carmine #AF011A

Tints of Carmine #AF011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 86.63%
G = 0.5%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF011A (or 0xAF011A) is known color: Carmine. HEX triplet: AF, 01 and 1A. RGB value is (175,1,26). Sum of RGB (Red+Green+Blue) = 175+1+26=202 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.63% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 175 - color contains mainly: red. Hex color #AF011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF011A is #50FEE5. Grayscale: #373737. Windows color (decimal): -5308134 or 1704367. OLE color: 1704367.

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

Color convert

RGB 175 1 26 -
CMYK 0 0.99 0.85 0.31
HSL 351.38º 0.99% 0.35% -
HSV(B) 351.38º 0.99% 0.69% -
XYZ 17.88 9.21 1.81 -
YUV 55.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 175 1 26 0 0.99 0.85 0.31 351.38 0.99 0.35
Hex AF 1 1A 0 63 55 1F 15F 63 23
Octal 257 1 32 0 143 125 37 537 143 43
Binary 10101111 1 11010 0 1100011 1010101 11111 101011111 1100011 100011

Color Harmonies of #AF011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF011A

Black with #AF011A

Text Example


Text Example

White with #AF011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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