Html Css Color HEX #AF1446 Cardinal

📋 copy color: '#AF1446'

red 175 ◦ green 20 ◦ blue 70

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

Shades of Cardinal #AF1446

Tints of Cardinal #AF1446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 66.04%
G = 7.55%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF1446 (or 0xAF1446) is known color: Cardinal. HEX triplet: AF, 14 and 46. RGB value is (175,20,70). Sum of RGB (Red+Green+Blue) = 175+20+70=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1446 is #50EBB9. Grayscale: #484848. Windows color (decimal): -5303226 or 4592815. OLE color: 4592815.

HSL color Cylindrical-coordinate representation of color #AF1446: hue angle of 340.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1446 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 70 -
CMYK 0 0.89 0.60 0.31
HSL 340.65º 0.79% 0.38% -
HSV(B) 340.65º 0.89% 0.69% -
XYZ 19.03 10.06 6.73 -
YUV 72.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 175 20 70 0 0.89 0.60 0.31 340.65 0.79 0.38
Hex AF 14 46 0 59 3C 1F 155 4F 26
Octal 257 24 106 0 131 74 37 525 117 46
Binary 10101111 10100 1000110 0 1011001 111100 11111 101010101 1001111 100110

Color Harmonies of #AF1446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1446

Black with #AF1446

Text Example


Text Example

White with #AF1446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1446; }

 p { color: rgb(175,20,70); }

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

background-color css

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

 a { background-color: rgb(175,20,70); }

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

border-color css

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

 span { border-color: rgb(175,20,70); }

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