Html Css Color HEX #AF1144 Cardinal

📋 copy color: '#AF1144'

red 175 ◦ green 17 ◦ blue 68

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

Shades of Cardinal #AF1144

Tints of Cardinal #AF1144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.15%

R = 67.31%
G = 6.54%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF1144 (or 0xAF1144) is known color: Cardinal. HEX triplet: AF, 11 and 44. RGB value is (175,17,68). Sum of RGB (Red+Green+Blue) = 175+17+68=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1144 is #50EEBB. Grayscale: #464646. Windows color (decimal): -5303996 or 4460975. OLE color: 4460975.

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

Color convert

RGB 175 17 68 -
CMYK 0 0.90 0.61 0.31
HSL 340.63º 0.82% 0.38% -
HSV(B) 340.63º 0.9% 0.69% -
XYZ 18.92 9.93 6.39 -
YUV 70.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 175 17 68 0 0.90 0.61 0.31 340.63 0.82 0.38
Hex AF 11 44 0 5A 3D 1F 155 52 26
Octal 257 21 104 0 132 75 37 525 122 46
Binary 10101111 10001 1000100 0 1011010 111101 11111 101010101 1010010 100110

Color Harmonies of #AF1144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1144

Black with #AF1144

Text Example


Text Example

White with #AF1144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1144; }

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

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

background-color css

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

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

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

border-color css

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

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

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