Html Css Color HEX #AF172C Cardinal

📋 copy color: '#AF172C'

red 175 ◦ green 23 ◦ blue 44

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

Shades of Cardinal #AF172C

Tints of Cardinal #AF172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 72.31%
G = 9.5%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF172C (or 0xAF172C) is known color: Cardinal. HEX triplet: AF, 17 and 2C. RGB value is (175,23,44). Sum of RGB (Red+Green+Blue) = 175+23+44=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF172C is #50E8D3. Grayscale: #464646. Windows color (decimal): -5302484 or 2889647. OLE color: 2889647.

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

Color convert

RGB 175 23 44 -
CMYK 0 0.87 0.75 0.31
HSL 351.71º 0.77% 0.39% -
HSV(B) 351.71º 0.87% 0.69% -
XYZ 18.44 9.91 3.32 -
YUV 70.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 175 23 44 0 0.87 0.75 0.31 351.71 0.77 0.39
Hex AF 17 2C 0 57 4B 1F 160 4D 27
Octal 257 27 54 0 127 113 37 540 115 47
Binary 10101111 10111 101100 0 1010111 1001011 11111 101100000 1001101 100111

Color Harmonies of #AF172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF172C

Black with #AF172C

Text Example


Text Example

White with #AF172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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