Html Css Color HEX #AF0020 Carmine

📋 copy color: '#AF0020'

red 175 ◦ green 0 ◦ blue 32

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

Shades of Carmine #AF0020

Tints of Carmine #AF0020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.46%

R = 84.54%
G = 0%
B = 15.46%

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

#AF0020 (or 0xAF0020) is known color: Carmine. HEX triplet: AF, 00 and 20. RGB value is (175,0,32). Sum of RGB (Red+Green+Blue) = 175+0+32=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0020 is #50FFDF. Grayscale: #383838. Windows color (decimal): -5308384 or 2097327. OLE color: 2097327.

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

Color convert

RGB 175 0 32 -
CMYK 0 1 0.82 0.31
HSL 349.03º 1% 0.34% -
HSV(B) 349.03º 1% 0.69% -
XYZ 17.94 9.22 2.2 -
YUV 55.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 175 0 32 0 1 0.82 0.31 349.03 1 0.34
Hex AF 0 20 0 64 52 1F 15D 64 22
Octal 257 0 40 0 144 122 37 535 144 42
Binary 10101111 0 100000 0 1100100 1010010 11111 101011101 1100100 100010

Color Harmonies of #AF0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0020

Black with #AF0020

Text Example


Text Example

White with #AF0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0020; }

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

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

background-color css

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

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

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

border-color css

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

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

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