Html Css Color HEX #AF203E Cardinal

📋 copy color: '#AF203E'

red 175 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #AF203E

Tints of Cardinal #AF203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 65.06%
G = 11.9%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF203E (or 0xAF203E) is known color: Cardinal. HEX triplet: AF, 20 and 3E. RGB value is (175,32,62). Sum of RGB (Red+Green+Blue) = 175+32+62=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF203E is #50DFC1. Grayscale: #4E4E4E. Windows color (decimal): -5300162 or 4071599. OLE color: 4071599.

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

Color convert

RGB 175 32 62 -
CMYK 0 0.82 0.65 0.31
HSL 347.41º 0.69% 0.41% -
HSV(B) 347.41º 0.82% 0.69% -
XYZ 19.07 10.49 5.58 -
YUV 78.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 175 32 62 0 0.82 0.65 0.31 347.41 0.69 0.41
Hex AF 20 3E 0 52 41 1F 15B 45 29
Octal 257 40 76 0 122 101 37 533 105 51
Binary 10101111 100000 111110 0 1010010 1000001 11111 101011011 1000101 101001

Color Harmonies of #AF203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF203E

Black with #AF203E

Text Example


Text Example

White with #AF203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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