Html Css Color HEX #AF022A Carmine

📋 copy color: '#AF022A'

red 175 ◦ green 2 ◦ blue 42

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

Shades of Carmine #AF022A

Tints of Carmine #AF022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 79.91%
G = 0.91%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF022A (or 0xAF022A) is known color: Carmine. HEX triplet: AF, 02 and 2A. RGB value is (175,2,42). Sum of RGB (Red+Green+Blue) = 175+2+42=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF022A is #50FDD5. Grayscale: #3A3A3A. Windows color (decimal): -5307862 or 2753199. OLE color: 2753199.

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

Color convert

RGB 175 2 42 -
CMYK 0 0.99 0.76 0.31
HSL 346.13º 0.98% 0.35% -
HSV(B) 346.13º 0.99% 0.69% -
XYZ 18.12 9.32 3.04 -
YUV 58.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 175 2 42 0 0.99 0.76 0.31 346.13 0.98 0.35
Hex AF 2 2A 0 63 4C 1F 15A 62 23
Octal 257 2 52 0 143 114 37 532 142 43
Binary 10101111 10 101010 0 1100011 1001100 11111 101011010 1100010 100011

Color Harmonies of #AF022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF022A

Black with #AF022A

Text Example


Text Example

White with #AF022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF022A; }

 p { color: rgb(175,2,42); }

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

background-color css

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

 a { background-color: rgb(175,2,42); }

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

border-color css

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

 span { border-color: rgb(175,2,42); }

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