Html Css Color HEX #AF1644 Cardinal

📋 copy color: '#AF1644'

red 175 ◦ green 22 ◦ blue 68

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

Shades of Cardinal #AF1644

Tints of Cardinal #AF1644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 66.04%
G = 8.3%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF1644 (or 0xAF1644) is known color: Cardinal. HEX triplet: AF, 16 and 44. RGB value is (175,22,68). Sum of RGB (Red+Green+Blue) = 175+22+68=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1644 is #50E9BB. Grayscale: #484848. Windows color (decimal): -5302716 or 4462255. OLE color: 4462255.

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

Color convert

RGB 175 22 68 -
CMYK 0 0.87 0.61 0.31
HSL 341.96º 0.78% 0.39% -
HSV(B) 341.96º 0.87% 0.69% -
XYZ 19.01 10.11 6.42 -
YUV 72.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 175 22 68 0 0.87 0.61 0.31 341.96 0.78 0.39
Hex AF 16 44 0 57 3D 1F 156 4E 27
Octal 257 26 104 0 127 75 37 526 116 47
Binary 10101111 10110 1000100 0 1010111 111101 11111 101010110 1001110 100111

Color Harmonies of #AF1644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1644

Black with #AF1644

Text Example


Text Example

White with #AF1644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1644; }

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

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

background-color css

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

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

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

border-color css

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

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

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