Html Css Color HEX #AF0128 Carmine

📋 copy color: '#AF0128'

red 175 ◦ green 1 ◦ blue 40

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

Shades of Carmine #AF0128

Tints of Carmine #AF0128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 81.02%
G = 0.46%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF0128 (or 0xAF0128) is known color: Carmine. HEX triplet: AF, 01 and 28. RGB value is (175,1,40). Sum of RGB (Red+Green+Blue) = 175+1+40=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0128 is #50FED7. Grayscale: #393939. Windows color (decimal): -5308120 or 2621871. OLE color: 2621871.

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

Color convert

RGB 175 1 40 -
CMYK 0 0.99 0.77 0.31
HSL 346.55º 0.99% 0.35% -
HSV(B) 346.55º 0.99% 0.69% -
XYZ 18.07 9.29 2.85 -
YUV 57.47 118.15 211.83 -
System Red Green Blue C M Y K H S L
Decimal 175 1 40 0 0.99 0.77 0.31 346.55 0.99 0.35
Hex AF 1 28 0 63 4D 1F 15B 63 23
Octal 257 1 50 0 143 115 37 533 143 43
Binary 10101111 1 101000 0 1100011 1001101 11111 101011011 1100011 100011

Color Harmonies of #AF0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0128

Black with #AF0128

Text Example


Text Example

White with #AF0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0128; }

 p { color: rgb(175,1,40); }

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

background-color css

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

 a { background-color: rgb(175,1,40); }

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

border-color css

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

 span { border-color: rgb(175,1,40); }

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