Html Css Color HEX #AF0228 Carmine

📋 copy color: '#AF0228'

red 175 ◦ green 2 ◦ blue 40

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

Shades of Carmine #AF0228

Tints of Carmine #AF0228

RGB

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

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

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

R = 80.65%
G = 0.92%
B = 18.43%

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

#AF0228 (or 0xAF0228) is known color: Carmine. HEX triplet: AF, 02 and 28. RGB value is (175,2,40). Sum of RGB (Red+Green+Blue) = 175+2+40=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0228 is #50FDD7. Grayscale: #3A3A3A. Windows color (decimal): -5307864 or 2622127. OLE color: 2622127.

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

Color convert

RGB 175 2 40 -
CMYK 0 0.99 0.77 0.31
HSL 346.82º 0.98% 0.35% -
HSV(B) 346.82º 0.99% 0.69% -
XYZ 18.08 9.31 2.85 -
YUV 58.06 117.81 211.41 -
System Red Green Blue C M Y K H S L
Decimal 175 2 40 0 0.99 0.77 0.31 346.82 0.98 0.35
Hex AF 2 28 0 63 4D 1F 15B 62 23
Octal 257 2 50 0 143 115 37 533 142 43
Binary 10101111 10 101000 0 1100011 1001101 11111 101011011 1100010 100011

Color Harmonies of #AF0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0228

Black with #AF0228

Text Example


Text Example

White with #AF0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0228; }

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

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

background-color css

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

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

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

border-color css

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

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

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