Html Css Color HEX #AF001F Carmine

📋 copy color: '#AF001F'

red 175 ◦ green 0 ◦ blue 31

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

Shades of Carmine #AF001F

Tints of Carmine #AF001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 84.95%
G = 0%
B = 15.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF001F (or 0xAF001F) is known color: Carmine. HEX triplet: AF, 00 and 1F. RGB value is (175,0,31). Sum of RGB (Red+Green+Blue) = 175+0+31=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF001F is #50FFE0. Grayscale: #373737. Windows color (decimal): -5308385 or 2031791. OLE color: 2031791.

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

Color convert

RGB 175 0 31 -
CMYK 0 1 0.82 0.31
HSL 349.37º 1% 0.34% -
HSV(B) 349.37º 1% 0.69% -
XYZ 17.93 9.21 2.13 -
YUV 55.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 175 0 31 0 1 0.82 0.31 349.37 1 0.34
Hex AF 0 1F 0 64 52 1F 15D 64 22
Octal 257 0 37 0 144 122 37 535 144 42
Binary 10101111 0 11111 0 1100100 1010010 11111 101011101 1100100 100010

Color Harmonies of #AF001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF001F

Black with #AF001F

Text Example


Text Example

White with #AF001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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