Html Css Color HEX #AF0225 Carmine

📋 copy color: '#AF0225'

red 175 ◦ green 2 ◦ blue 37

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

Shades of Carmine #AF0225

Tints of Carmine #AF0225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 81.78%
G = 0.93%
B = 17.29%

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

#AF0225 (or 0xAF0225) is known color: Carmine. HEX triplet: AF, 02 and 25. RGB value is (175,2,37). Sum of RGB (Red+Green+Blue) = 175+2+37=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0225 is #50FDDA. Grayscale: #393939. Windows color (decimal): -5307867 or 2425519. OLE color: 2425519.

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

Color convert

RGB 175 2 37 -
CMYK 0 0.99 0.79 0.31
HSL 347.86º 0.98% 0.35% -
HSV(B) 347.86º 0.99% 0.69% -
XYZ 18.03 9.29 2.59 -
YUV 57.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 175 2 37 0 0.99 0.79 0.31 347.86 0.98 0.35
Hex AF 2 25 0 63 4F 1F 15C 62 23
Octal 257 2 45 0 143 117 37 534 142 43
Binary 10101111 10 100101 0 1100011 1001111 11111 101011100 1100010 100011

Color Harmonies of #AF0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0225

Black with #AF0225

Text Example


Text Example

White with #AF0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0225; }

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

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

background-color css

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

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

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

border-color css

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

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

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