Html Css Color HEX #AF022F Carmine

📋 copy color: '#AF022F'

red 175 ◦ green 2 ◦ blue 47

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

Shades of Carmine #AF022F

Tints of Carmine #AF022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.98%

R = 78.13%
G = 0.89%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF022F (or 0xAF022F) is known color: Carmine. HEX triplet: AF, 02 and 2F. RGB value is (175,2,47). Sum of RGB (Red+Green+Blue) = 175+2+47=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF022F is #50FDD0. Grayscale: #3A3A3A. Windows color (decimal): -5307857 or 3080879. OLE color: 3080879.

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

Color convert

RGB 175 2 47 -
CMYK 0 0.99 0.73 0.31
HSL 344.39º 0.98% 0.35% -
HSV(B) 344.39º 0.99% 0.69% -
XYZ 18.21 9.36 3.54 -
YUV 58.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 175 2 47 0 0.99 0.73 0.31 344.39 0.98 0.35
Hex AF 2 2F 0 63 49 1F 158 62 23
Octal 257 2 57 0 143 111 37 530 142 43
Binary 10101111 10 101111 0 1100011 1001001 11111 101011000 1100010 100011

Color Harmonies of #AF022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF022F

Black with #AF022F

Text Example


Text Example

White with #AF022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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