Html Css Color HEX #AF1839 Cardinal

📋 copy color: '#AF1839'

red 175 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #AF1839

Tints of Cardinal #AF1839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.27%

R = 68.36%
G = 9.38%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF1839 (or 0xAF1839) is known color: Cardinal. HEX triplet: AF, 18 and 39. RGB value is (175,24,57). Sum of RGB (Red+Green+Blue) = 175+24+57=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1839 is #50E7C6. Grayscale: #484848. Windows color (decimal): -5302215 or 3741871. OLE color: 3741871.

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

Color convert

RGB 175 24 57 -
CMYK 0 0.86 0.67 0.31
HSL 346.89º 0.76% 0.39% -
HSV(B) 346.89º 0.86% 0.69% -
XYZ 18.74 10.06 4.83 -
YUV 72.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 175 24 57 0 0.86 0.67 0.31 346.89 0.76 0.39
Hex AF 18 39 0 56 43 1F 15B 4C 27
Octal 257 30 71 0 126 103 37 533 114 47
Binary 10101111 11000 111001 0 1010110 1000011 11111 101011011 1001100 100111

Color Harmonies of #AF1839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1839

Black with #AF1839

Text Example


Text Example

White with #AF1839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1839; }

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

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

background-color css

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

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

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

border-color css

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

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

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