Html Css Color HEX #AF173C Cardinal

📋 copy color: '#AF173C'

red 175 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #AF173C

Tints of Cardinal #AF173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 67.83%
G = 8.91%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF173C (or 0xAF173C) is known color: Cardinal. HEX triplet: AF, 17 and 3C. RGB value is (175,23,60). Sum of RGB (Red+Green+Blue) = 175+23+60=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF173C is #50E8C3. Grayscale: #484848. Windows color (decimal): -5302468 or 3938223. OLE color: 3938223.

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

Color convert

RGB 175 23 60 -
CMYK 0 0.87 0.66 0.31
HSL 345.39º 0.77% 0.39% -
HSV(B) 345.39º 0.87% 0.69% -
XYZ 18.8 10.05 5.22 -
YUV 72.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 175 23 60 0 0.87 0.66 0.31 345.39 0.77 0.39
Hex AF 17 3C 0 57 42 1F 159 4D 27
Octal 257 27 74 0 127 102 37 531 115 47
Binary 10101111 10111 111100 0 1010111 1000010 11111 101011001 1001101 100111

Color Harmonies of #AF173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF173C

Black with #AF173C

Text Example


Text Example

White with #AF173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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