Html Css Color HEX #AF2839 Cardinal

📋 copy color: '#AF2839'

red 175 ◦ green 40 ◦ blue 57

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

Shades of Cardinal #AF2839

Tints of Cardinal #AF2839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.71%

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

R = 64.34%
G = 14.71%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF2839 (or 0xAF2839) is known color: Cardinal. HEX triplet: AF, 28 and 39. RGB value is (175,40,57). Sum of RGB (Red+Green+Blue) = 175+40+57=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2839 is #50D7C6. Grayscale: #525252. Windows color (decimal): -5298119 or 3745967. OLE color: 3745967.

HSL color Cylindrical-coordinate representation of color #AF2839: hue angle of 352.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2839 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 57 -
CMYK 0 0.77 0.67 0.31
HSL 352.44º 0.63% 0.42% -
HSV(B) 352.44º 0.77% 0.69% -
XYZ 19.18 10.93 4.97 -
YUV 82.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 175 40 57 0 0.77 0.67 0.31 352.44 0.63 0.42
Hex AF 28 39 0 4D 43 1F 160 3F 2A
Octal 257 50 71 0 115 103 37 540 77 52
Binary 10101111 101000 111001 0 1001101 1000011 11111 101100000 111111 101010

Color Harmonies of #AF2839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2839

Black with #AF2839

Text Example


Text Example

White with #AF2839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2839; }

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

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

background-color css

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

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

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

border-color css

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

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

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