Html Css Color HEX #AF0420 Carmine

📋 copy color: '#AF0420'

red 175 ◦ green 4 ◦ blue 32

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

Shades of Carmine #AF0420

Tints of Carmine #AF0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 82.94%
G = 1.9%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF0420 (or 0xAF0420) is known color: Carmine. HEX triplet: AF, 04 and 20. RGB value is (175,4,32). Sum of RGB (Red+Green+Blue) = 175+4+32=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0420 is #50FBDF. Grayscale: #3A3A3A. Windows color (decimal): -5307360 or 2098351. OLE color: 2098351.

HSL color Cylindrical-coordinate representation of color #AF0420: hue angle of 350.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0420 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 32 -
CMYK 0 0.98 0.82 0.31
HSL 350.18º 0.96% 0.35% -
HSV(B) 350.18º 0.98% 0.69% -
XYZ 17.98 9.31 2.21 -
YUV 58.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 175 4 32 0 0.98 0.82 0.31 350.18 0.96 0.35
Hex AF 4 20 0 62 52 1F 15E 60 23
Octal 257 4 40 0 142 122 37 536 140 43
Binary 10101111 100 100000 0 1100010 1010010 11111 101011110 1100000 100011

Color Harmonies of #AF0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0420

Black with #AF0420

Text Example


Text Example

White with #AF0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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