Html Css Color HEX #AF163F Cardinal

📋 copy color: '#AF163F'

red 175 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #AF163F

Tints of Cardinal #AF163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.23%

R = 67.31%
G = 8.46%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF163F (or 0xAF163F) is known color: Cardinal. HEX triplet: AF, 16 and 3F. RGB value is (175,22,63). Sum of RGB (Red+Green+Blue) = 175+22+63=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF163F is #50E9C0. Grayscale: #484848. Windows color (decimal): -5302721 or 4134575. OLE color: 4134575.

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

Color convert

RGB 175 22 63 -
CMYK 0 0.87 0.64 0.31
HSL 343.92º 0.78% 0.39% -
HSV(B) 343.92º 0.87% 0.69% -
XYZ 18.86 10.05 5.65 -
YUV 72.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 175 22 63 0 0.87 0.64 0.31 343.92 0.78 0.39
Hex AF 16 3F 0 57 40 1F 158 4E 27
Octal 257 26 77 0 127 100 37 530 116 47
Binary 10101111 10110 111111 0 1010111 1000000 11111 101011000 1001110 100111

Color Harmonies of #AF163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF163F

Black with #AF163F

Text Example


Text Example

White with #AF163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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