Html Css Color HEX #AF2039 Cardinal

📋 copy color: '#AF2039'

red 175 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #AF2039

Tints of Cardinal #AF2039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

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

R = 66.29%
G = 12.12%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF2039 (or 0xAF2039) is known color: Cardinal. HEX triplet: AF, 20 and 39. RGB value is (175,32,57). Sum of RGB (Red+Green+Blue) = 175+32+57=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2039 is #50DFC6. Grayscale: #4D4D4D. Windows color (decimal): -5300167 or 3743919. OLE color: 3743919.

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

Color convert

RGB 175 32 57 -
CMYK 0 0.82 0.67 0.31
HSL 349.51º 0.69% 0.41% -
HSV(B) 349.51º 0.82% 0.69% -
XYZ 18.93 10.44 4.89 -
YUV 77.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 175 32 57 0 0.82 0.67 0.31 349.51 0.69 0.41
Hex AF 20 39 0 52 43 1F 15E 45 29
Octal 257 40 71 0 122 103 37 536 105 51
Binary 10101111 100000 111001 0 1010010 1000011 11111 101011110 1000101 101001

Color Harmonies of #AF2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2039

Black with #AF2039

Text Example


Text Example

White with #AF2039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2039; }

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

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

background-color css

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

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

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

border-color css

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

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

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