Html Css Color HEX #AF032A Carmine

📋 copy color: '#AF032A'

red 175 ◦ green 3 ◦ blue 42

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

Shades of Carmine #AF032A

Tints of Carmine #AF032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 79.55%
G = 1.36%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF032A (or 0xAF032A) is known color: Carmine. HEX triplet: AF, 03 and 2A. RGB value is (175,3,42). Sum of RGB (Red+Green+Blue) = 175+3+42=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF032A is #50FCD5. Grayscale: #3A3A3A. Windows color (decimal): -5307606 or 2753455. OLE color: 2753455.

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

Color convert

RGB 175 3 42 -
CMYK 0 0.98 0.76 0.31
HSL 346.4º 0.97% 0.35% -
HSV(B) 346.4º 0.98% 0.69% -
XYZ 18.13 9.35 3.04 -
YUV 58.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 175 3 42 0 0.98 0.76 0.31 346.4 0.97 0.35
Hex AF 3 2A 0 62 4C 1F 15A 61 23
Octal 257 3 52 0 142 114 37 532 141 43
Binary 10101111 11 101010 0 1100010 1001100 11111 101011010 1100001 100011

Color Harmonies of #AF032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF032A

Black with #AF032A

Text Example


Text Example

White with #AF032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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