Html Css Color HEX #AF1240 Cardinal

📋 copy color: '#AF1240'

red 175 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #AF1240

Tints of Cardinal #AF1240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 68.09%
G = 7%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF1240 (or 0xAF1240) is known color: Cardinal. HEX triplet: AF, 12 and 40. RGB value is (175,18,64). Sum of RGB (Red+Green+Blue) = 175+18+64=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1240 is #50EDBF. Grayscale: #464646. Windows color (decimal): -5303744 or 4199087. OLE color: 4199087.

HSL color Cylindrical-coordinate representation of color #AF1240: hue angle of 342.42º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1240 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 64 -
CMYK 0 0.90 0.63 0.31
HSL 342.42º 0.81% 0.38% -
HSV(B) 342.42º 0.9% 0.69% -
XYZ 18.82 9.92 5.77 -
YUV 70.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 175 18 64 0 0.90 0.63 0.31 342.42 0.81 0.38
Hex AF 12 40 0 5A 3F 1F 156 51 26
Octal 257 22 100 0 132 77 37 526 121 46
Binary 10101111 10010 1000000 0 1011010 111111 11111 101010110 1010001 100110

Color Harmonies of #AF1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1240

Black with #AF1240

Text Example


Text Example

White with #AF1240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1240; }

 p { color: rgb(175,18,64); }

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

background-color css

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

 a { background-color: rgb(175,18,64); }

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

border-color css

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

 span { border-color: rgb(175,18,64); }

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