Html Css Color HEX #AF022C Carmine

📋 copy color: '#AF022C'

red 175 ◦ green 2 ◦ blue 44

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

Shades of Carmine #AF022C

Tints of Carmine #AF022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 79.19%
G = 0.9%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF022C (or 0xAF022C) is known color: Carmine. HEX triplet: AF, 02 and 2C. RGB value is (175,2,44). Sum of RGB (Red+Green+Blue) = 175+2+44=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF022C is #50FDD3. Grayscale: #3A3A3A. Windows color (decimal): -5307860 or 2884271. OLE color: 2884271.

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

Color convert

RGB 175 2 44 -
CMYK 0 0.99 0.75 0.31
HSL 345.43º 0.98% 0.35% -
HSV(B) 345.43º 0.99% 0.69% -
XYZ 18.16 9.34 3.23 -
YUV 58.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 175 2 44 0 0.99 0.75 0.31 345.43 0.98 0.35
Hex AF 2 2C 0 63 4B 1F 159 62 23
Octal 257 2 54 0 143 113 37 531 142 43
Binary 10101111 10 101100 0 1100011 1001011 11111 101011001 1100010 100011

Color Harmonies of #AF022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF022C

Black with #AF022C

Text Example


Text Example

White with #AF022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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