Html Css Color HEX #AF173E Cardinal

📋 copy color: '#AF173E'

red 175 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #AF173E

Tints of Cardinal #AF173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 67.31%
G = 8.85%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF173E (or 0xAF173E) is known color: Cardinal. HEX triplet: AF, 17 and 3E. RGB value is (175,23,62). Sum of RGB (Red+Green+Blue) = 175+23+62=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF173E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF173E is #50E8C1. Grayscale: #484848. Windows color (decimal): -5302466 or 4069295. OLE color: 4069295.

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

Color convert

RGB 175 23 62 -
CMYK 0 0.87 0.65 0.31
HSL 344.61º 0.77% 0.39% -
HSV(B) 344.61º 0.87% 0.69% -
XYZ 18.86 10.07 5.51 -
YUV 72.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 175 23 62 0 0.87 0.65 0.31 344.61 0.77 0.39
Hex AF 17 3E 0 57 41 1F 159 4D 27
Octal 257 27 76 0 127 101 37 531 115 47
Binary 10101111 10111 111110 0 1010111 1000001 11111 101011001 1001101 100111

Color Harmonies of #AF173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF173E

Black with #AF173E

Text Example


Text Example

White with #AF173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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