Html Css Color HEX #AF202D Cardinal

📋 copy color: '#AF202D'

red 175 ◦ green 32 ◦ blue 45

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

Shades of Cardinal #AF202D

Tints of Cardinal #AF202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 69.44%
G = 12.7%
B = 17.86%

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

#AF202D (or 0xAF202D) is known color: Cardinal. HEX triplet: AF, 20 and 2D. RGB value is (175,32,45). Sum of RGB (Red+Green+Blue) = 175+32+45=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF202D is #50DFD2. Grayscale: #4C4C4C. Windows color (decimal): -5300179 or 2957487. OLE color: 2957487.

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

Color convert

RGB 175 32 45 -
CMYK 0 0.82 0.74 0.31
HSL 354.55º 0.69% 0.41% -
HSV(B) 354.55º 0.82% 0.69% -
XYZ 18.67 10.34 3.49 -
YUV 76.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 175 32 45 0 0.82 0.74 0.31 354.55 0.69 0.41
Hex AF 20 2D 0 52 4A 1F 163 45 29
Octal 257 40 55 0 122 112 37 543 105 51
Binary 10101111 100000 101101 0 1010010 1001010 11111 101100011 1000101 101001

Color Harmonies of #AF202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF202D

Black with #AF202D

Text Example


Text Example

White with #AF202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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