Html Css Color HEX #AF0226 Carmine

📋 copy color: '#AF0226'

red 175 ◦ green 2 ◦ blue 38

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

Shades of Carmine #AF0226

Tints of Carmine #AF0226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.67%

R = 81.4%
G = 0.93%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF0226 (or 0xAF0226) is known color: Carmine. HEX triplet: AF, 02 and 26. RGB value is (175,2,38). Sum of RGB (Red+Green+Blue) = 175+2+38=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0226 is #50FDD9. Grayscale: #393939. Windows color (decimal): -5307866 or 2491055. OLE color: 2491055.

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

Color convert

RGB 175 2 38 -
CMYK 0 0.99 0.78 0.31
HSL 347.51º 0.98% 0.35% -
HSV(B) 347.51º 0.99% 0.69% -
XYZ 18.05 9.3 2.68 -
YUV 57.83 116.81 211.57 -
System Red Green Blue C M Y K H S L
Decimal 175 2 38 0 0.99 0.78 0.31 347.51 0.98 0.35
Hex AF 2 26 0 63 4E 1F 15C 62 23
Octal 257 2 46 0 143 116 37 534 142 43
Binary 10101111 10 100110 0 1100011 1001110 11111 101011100 1100010 100011

Color Harmonies of #AF0226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0226

Black with #AF0226

Text Example


Text Example

White with #AF0226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0226; }

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

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

background-color css

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

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

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

border-color css

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

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

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