Html Css Color HEX #AF021E Carmine

📋 copy color: '#AF021E'

red 175 ◦ green 2 ◦ blue 30

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

Shades of Carmine #AF021E

Tints of Carmine #AF021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 84.54%
G = 0.97%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF021E (or 0xAF021E) is known color: Carmine. HEX triplet: AF, 02 and 1E. RGB value is (175,2,30). Sum of RGB (Red+Green+Blue) = 175+2+30=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF021E is #50FDE1. Grayscale: #383838. Windows color (decimal): -5307874 or 1966767. OLE color: 1966767.

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

Color convert

RGB 175 2 30 -
CMYK 0 0.99 0.83 0.31
HSL 350.29º 0.98% 0.35% -
HSV(B) 350.29º 0.99% 0.69% -
XYZ 17.94 9.25 2.07 -
YUV 56.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 175 2 30 0 0.99 0.83 0.31 350.29 0.98 0.35
Hex AF 2 1E 0 63 53 1F 15E 62 23
Octal 257 2 36 0 143 123 37 536 142 43
Binary 10101111 10 11110 0 1100011 1010011 11111 101011110 1100010 100011

Color Harmonies of #AF021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF021E

Black with #AF021E

Text Example


Text Example

White with #AF021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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