Html Css Color HEX #AF1849 Cardinal

📋 copy color: '#AF1849'

red 175 ◦ green 24 ◦ blue 73

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

Shades of Cardinal #AF1849

Tints of Cardinal #AF1849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 64.34%
G = 8.82%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF1849 (or 0xAF1849) is known color: Cardinal. HEX triplet: AF, 18 and 49. RGB value is (175,24,73). Sum of RGB (Red+Green+Blue) = 175+24+73=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1849 is #50E7B6. Grayscale: #4A4A4A. Windows color (decimal): -5302199 or 4790447. OLE color: 4790447.

HSL color Cylindrical-coordinate representation of color #AF1849: hue angle of 340.53º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1849 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 73 -
CMYK 0 0.86 0.58 0.31
HSL 340.53º 0.76% 0.39% -
HSV(B) 340.53º 0.86% 0.69% -
XYZ 19.21 10.25 7.27 -
YUV 74.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 175 24 73 0 0.86 0.58 0.31 340.53 0.76 0.39
Hex AF 18 49 0 56 3A 1F 155 4C 27
Octal 257 30 111 0 126 72 37 525 114 47
Binary 10101111 11000 1001001 0 1010110 111010 11111 101010101 1001100 100111

Color Harmonies of #AF1849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1849

Black with #AF1849

Text Example


Text Example

White with #AF1849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1849; }

 p { color: rgb(175,24,73); }

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

background-color css

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

 a { background-color: rgb(175,24,73); }

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

border-color css

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

 span { border-color: rgb(175,24,73); }

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