Html Css Color HEX #AF202F Cardinal

📋 copy color: '#AF202F'

red 175 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #AF202F

Tints of Cardinal #AF202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 68.9%
G = 12.6%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF202F (or 0xAF202F) is known color: Cardinal. HEX triplet: AF, 20 and 2F. RGB value is (175,32,47). Sum of RGB (Red+Green+Blue) = 175+32+47=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF202F is #50DFD0. Grayscale: #4C4C4C. Windows color (decimal): -5300177 or 3088559. OLE color: 3088559.

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

Color convert

RGB 175 32 47 -
CMYK 0 0.82 0.73 0.31
HSL 353.71º 0.69% 0.41% -
HSV(B) 353.71º 0.82% 0.69% -
XYZ 18.71 10.35 3.7 -
YUV 76.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 175 32 47 0 0.82 0.73 0.31 353.71 0.69 0.41
Hex AF 20 2F 0 52 49 1F 162 45 29
Octal 257 40 57 0 122 111 37 542 105 51
Binary 10101111 100000 101111 0 1010010 1001001 11111 101100010 1000101 101001

Color Harmonies of #AF202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF202F

Black with #AF202F

Text Example


Text Example

White with #AF202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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