Html Css Color HEX #AF173F Cardinal

📋 copy color: '#AF173F'

red 175 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #AF173F

Tints of Cardinal #AF173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

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

R = 67.05%
G = 8.81%
B = 24.14%

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

#AF173F (or 0xAF173F) is known color: Cardinal. HEX triplet: AF, 17 and 3F. RGB value is (175,23,63). Sum of RGB (Red+Green+Blue) = 175+23+63=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF173F is #50E8C0. Grayscale: #494949. Windows color (decimal): -5302465 or 4134831. OLE color: 4134831.

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

Color convert

RGB 175 23 63 -
CMYK 0 0.87 0.64 0.31
HSL 344.21º 0.77% 0.39% -
HSV(B) 344.21º 0.87% 0.69% -
XYZ 18.88 10.09 5.65 -
YUV 73.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 175 23 63 0 0.87 0.64 0.31 344.21 0.77 0.39
Hex AF 17 3F 0 57 40 1F 158 4D 27
Octal 257 27 77 0 127 100 37 530 115 47
Binary 10101111 10111 111111 0 1010111 1000000 11111 101011000 1001101 100111

Color Harmonies of #AF173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF173F

Black with #AF173F

Text Example


Text Example

White with #AF173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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