Html Css Color HEX #AF0224 Carmine

📋 copy color: '#AF0224'

red 175 ◦ green 2 ◦ blue 36

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

Shades of Carmine #AF0224

Tints of Carmine #AF0224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 82.16%
G = 0.94%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF0224 (or 0xAF0224) is known color: Carmine. HEX triplet: AF, 02 and 24. RGB value is (175,2,36). Sum of RGB (Red+Green+Blue) = 175+2+36=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0224 is #50FDDB. Grayscale: #393939. Windows color (decimal): -5307868 or 2359983. OLE color: 2359983.

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

Color convert

RGB 175 2 36 -
CMYK 0 0.99 0.79 0.31
HSL 348.21º 0.98% 0.35% -
HSV(B) 348.21º 0.99% 0.69% -
XYZ 18.02 9.28 2.51 -
YUV 57.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 175 2 36 0 0.99 0.79 0.31 348.21 0.98 0.35
Hex AF 2 24 0 63 4F 1F 15C 62 23
Octal 257 2 44 0 143 117 37 534 142 43
Binary 10101111 10 100100 0 1100011 1001111 11111 101011100 1100010 100011

Color Harmonies of #AF0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0224

Black with #AF0224

Text Example


Text Example

White with #AF0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0224; }

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

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

background-color css

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

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

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

border-color css

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

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

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