Html Css Color HEX #AF173D Cardinal

📋 copy color: '#AF173D'

red 175 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #AF173D

Tints of Cardinal #AF173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.55%

R = 67.57%
G = 8.88%
B = 23.55%

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

#AF173D (or 0xAF173D) is known color: Cardinal. HEX triplet: AF, 17 and 3D. RGB value is (175,23,61). Sum of RGB (Red+Green+Blue) = 175+23+61=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF173D is #50E8C2. Grayscale: #484848. Windows color (decimal): -5302467 or 4003759. OLE color: 4003759.

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

Color convert

RGB 175 23 61 -
CMYK 0 0.87 0.65 0.31
HSL 345º 0.77% 0.39% -
HSV(B) 345º 0.87% 0.69% -
XYZ 18.83 10.06 5.37 -
YUV 72.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 175 23 61 0 0.87 0.65 0.31 345 0.77 0.39
Hex AF 17 3D 0 57 41 1F 159 4D 27
Octal 257 27 75 0 127 101 37 531 115 47
Binary 10101111 10111 111101 0 1010111 1000001 11111 101011001 1001101 100111

Color Harmonies of #AF173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF173D

Black with #AF173D

Text Example


Text Example

White with #AF173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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