Html Css Color HEX #AF203D Cardinal

📋 copy color: '#AF203D'

red 175 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #AF203D

Tints of Cardinal #AF203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 65.3%
G = 11.94%
B = 22.76%

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

#AF203D (or 0xAF203D) is known color: Cardinal. HEX triplet: AF, 20 and 3D. RGB value is (175,32,61). Sum of RGB (Red+Green+Blue) = 175+32+61=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF203D is #50DFC2. Grayscale: #4E4E4E. Windows color (decimal): -5300163 or 4006063. OLE color: 4006063.

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

Color convert

RGB 175 32 61 -
CMYK 0 0.82 0.65 0.31
HSL 347.83º 0.69% 0.41% -
HSV(B) 347.83º 0.82% 0.69% -
XYZ 19.04 10.48 5.44 -
YUV 78.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 175 32 61 0 0.82 0.65 0.31 347.83 0.69 0.41
Hex AF 20 3D 0 52 41 1F 15C 45 29
Octal 257 40 75 0 122 101 37 534 105 51
Binary 10101111 100000 111101 0 1010010 1000001 11111 101011100 1000101 101001

Color Harmonies of #AF203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF203D

Black with #AF203D

Text Example


Text Example

White with #AF203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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