Html Css Color HEX #AF1928 Cardinal

📋 copy color: '#AF1928'

red 175 ◦ green 25 ◦ blue 40

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

Shades of Cardinal #AF1928

Tints of Cardinal #AF1928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 72.92%
G = 10.42%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF1928 (or 0xAF1928) is known color: Cardinal. HEX triplet: AF, 19 and 28. RGB value is (175,25,40). Sum of RGB (Red+Green+Blue) = 175+25+40=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1928 is #50E6D7. Grayscale: #474747. Windows color (decimal): -5301976 or 2628015. OLE color: 2628015.

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

Color convert

RGB 175 25 40 -
CMYK 0 0.86 0.77 0.31
HSL 354º 0.75% 0.39% -
HSV(B) 354º 0.86% 0.69% -
XYZ 18.41 9.96 2.96 -
YUV 71.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 175 25 40 0 0.86 0.77 0.31 354 0.75 0.39
Hex AF 19 28 0 56 4D 1F 162 4B 27
Octal 257 31 50 0 126 115 37 542 113 47
Binary 10101111 11001 101000 0 1010110 1001101 11111 101100010 1001011 100111

Color Harmonies of #AF1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1928

Black with #AF1928

Text Example


Text Example

White with #AF1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1928; }

 p { color: rgb(175,25,40); }

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

background-color css

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

 a { background-color: rgb(175,25,40); }

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

border-color css

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

 span { border-color: rgb(175,25,40); }

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