Html Css Color HEX #AF2032 Cardinal

📋 copy color: '#AF2032'

red 175 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #AF2032

Tints of Cardinal #AF2032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 68.09%
G = 12.45%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2032 (or 0xAF2032) is known color: Cardinal. HEX triplet: AF, 20 and 32. RGB value is (175,32,50). Sum of RGB (Red+Green+Blue) = 175+32+50=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2032 is #50DFCD. Grayscale: #4C4C4C. Windows color (decimal): -5300174 or 3285167. OLE color: 3285167.

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

Color convert

RGB 175 32 50 -
CMYK 0 0.82 0.71 0.31
HSL 352.45º 0.69% 0.41% -
HSV(B) 352.45º 0.82% 0.69% -
XYZ 18.77 10.38 4.03 -
YUV 76.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 175 32 50 0 0.82 0.71 0.31 352.45 0.69 0.41
Hex AF 20 32 0 52 47 1F 160 45 29
Octal 257 40 62 0 122 107 37 540 105 51
Binary 10101111 100000 110010 0 1010010 1000111 11111 101100000 1000101 101001

Color Harmonies of #AF2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2032

Black with #AF2032

Text Example


Text Example

White with #AF2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2032; }

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

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

background-color css

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

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

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

border-color css

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

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

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