Html Css Color HEX #AF0521 Carmine

📋 copy color: '#AF0521'

red 175 ◦ green 5 ◦ blue 33

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

Shades of Carmine #AF0521

Tints of Carmine #AF0521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 82.16%
G = 2.35%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF0521 (or 0xAF0521) is known color: Carmine. HEX triplet: AF, 05 and 21. RGB value is (175,5,33). Sum of RGB (Red+Green+Blue) = 175+5+33=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0521 is #50FADE. Grayscale: #3B3B3B. Windows color (decimal): -5307103 or 2164143. OLE color: 2164143.

HSL color Cylindrical-coordinate representation of color #AF0521: hue angle of 350.12º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0521 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 33 -
CMYK 0 0.97 0.81 0.31
HSL 350.12º 0.94% 0.35% -
HSV(B) 350.12º 0.97% 0.69% -
XYZ 18.01 9.33 2.29 -
YUV 59.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 175 5 33 0 0.97 0.81 0.31 350.12 0.94 0.35
Hex AF 5 21 0 61 51 1F 15E 5E 23
Octal 257 5 41 0 141 121 37 536 136 43
Binary 10101111 101 100001 0 1100001 1010001 11111 101011110 1011110 100011

Color Harmonies of #AF0521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0521

Black with #AF0521

Text Example


Text Example

White with #AF0521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0521; }

 p { color: rgb(175,5,33); }

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

background-color css

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

 a { background-color: rgb(175,5,33); }

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

border-color css

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

 span { border-color: rgb(175,5,33); }

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