Html Css Color HEX #AF202E Cardinal

📋 copy color: '#AF202E'

red 175 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #AF202E

Tints of Cardinal #AF202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 69.17%
G = 12.65%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF202E (or 0xAF202E) is known color: Cardinal. HEX triplet: AF, 20 and 2E. RGB value is (175,32,46). Sum of RGB (Red+Green+Blue) = 175+32+46=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF202E is #50DFD1. Grayscale: #4C4C4C. Windows color (decimal): -5300178 or 3023023. OLE color: 3023023.

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

Color convert

RGB 175 32 46 -
CMYK 0 0.82 0.74 0.31
HSL 354.13º 0.69% 0.41% -
HSV(B) 354.13º 0.82% 0.69% -
XYZ 18.69 10.34 3.6 -
YUV 76.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 175 32 46 0 0.82 0.74 0.31 354.13 0.69 0.41
Hex AF 20 2E 0 52 4A 1F 162 45 29
Octal 257 40 56 0 122 112 37 542 105 51
Binary 10101111 100000 101110 0 1010010 1001010 11111 101100010 1000101 101001

Color Harmonies of #AF202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF202E

Black with #AF202E

Text Example


Text Example

White with #AF202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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