Html Css Color HEX #AF172A Cardinal

📋 copy color: '#AF172A'

red 175 ◦ green 23 ◦ blue 42

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

Shades of Cardinal #AF172A

Tints of Cardinal #AF172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 72.92%
G = 9.58%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF172A (or 0xAF172A) is known color: Cardinal. HEX triplet: AF, 17 and 2A. RGB value is (175,23,42). Sum of RGB (Red+Green+Blue) = 175+23+42=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF172A is #50E8D5. Grayscale: #464646. Windows color (decimal): -5302486 or 2758575. OLE color: 2758575.

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

Color convert

RGB 175 23 42 -
CMYK 0 0.87 0.76 0.31
HSL 352.5º 0.77% 0.39% -
HSV(B) 352.5º 0.87% 0.69% -
XYZ 18.4 9.89 3.13 -
YUV 70.61 111.86 202.46 -
System Red Green Blue C M Y K H S L
Decimal 175 23 42 0 0.87 0.76 0.31 352.5 0.77 0.39
Hex AF 17 2A 0 57 4C 1F 160 4D 27
Octal 257 27 52 0 127 114 37 540 115 47
Binary 10101111 10111 101010 0 1010111 1001100 11111 101100000 1001101 100111

Color Harmonies of #AF172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF172A

Black with #AF172A

Text Example


Text Example

White with #AF172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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