Html Css Color HEX #AF1A40 Cardinal

📋 copy color: '#AF1A40'

red 175 ◦ green 26 ◦ blue 64

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

Shades of Cardinal #AF1A40

Tints of Cardinal #AF1A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

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

R = 66.04%
G = 9.81%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF1A40 (or 0xAF1A40) is known color: Cardinal. HEX triplet: AF, 1A and 40. RGB value is (175,26,64). Sum of RGB (Red+Green+Blue) = 175+26+64=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A40 is #50E5BF. Grayscale: #4A4A4A. Windows color (decimal): -5301696 or 4201135. OLE color: 4201135.

HSL color Cylindrical-coordinate representation of color #AF1A40: hue angle of 344.7º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A40 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 64 -
CMYK 0 0.85 0.63 0.31
HSL 344.7º 0.74% 0.39% -
HSV(B) 344.7º 0.85% 0.69% -
XYZ 18.97 10.22 5.82 -
YUV 74.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 175 26 64 0 0.85 0.63 0.31 344.7 0.74 0.39
Hex AF 1A 40 0 55 3F 1F 159 4A 27
Octal 257 32 100 0 125 77 37 531 112 47
Binary 10101111 11010 1000000 0 1010101 111111 11111 101011001 1001010 100111

Color Harmonies of #AF1A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A40

Black with #AF1A40

Text Example


Text Example

White with #AF1A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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