Html Css Color HEX #AF1146 Cardinal

📋 copy color: '#AF1146'

red 175 ◦ green 17 ◦ blue 70

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

Shades of Cardinal #AF1146

Tints of Cardinal #AF1146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

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

R = 66.79%
G = 6.49%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF1146 (or 0xAF1146) is known color: Cardinal. HEX triplet: AF, 11 and 46. RGB value is (175,17,70). Sum of RGB (Red+Green+Blue) = 175+17+70=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1146 is #50EEB9. Grayscale: #464646. Windows color (decimal): -5303994 or 4592047. OLE color: 4592047.

HSL color Cylindrical-coordinate representation of color #AF1146: hue angle of 339.87º degrees, saturation: 0.82, 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 #AF1146 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 70 -
CMYK 0 0.90 0.60 0.31
HSL 339.87º 0.82% 0.38% -
HSV(B) 339.87º 0.9% 0.69% -
XYZ 18.99 9.96 6.72 -
YUV 70.28 127.85 202.69 -
System Red Green Blue C M Y K H S L
Decimal 175 17 70 0 0.90 0.60 0.31 339.87 0.82 0.38
Hex AF 11 46 0 5A 3C 1F 154 52 26
Octal 257 21 106 0 132 74 37 524 122 46
Binary 10101111 10001 1000110 0 1011010 111100 11111 101010100 1010010 100110

Color Harmonies of #AF1146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1146

Black with #AF1146

Text Example


Text Example

White with #AF1146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1146; }

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

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

background-color css

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

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

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

border-color css

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

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

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