Html Css Color HEX #AF053F Cardinal

📋 copy color: '#AF053F'

red 175 ◦ green 5 ◦ blue 63

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

Shades of Cardinal #AF053F

Tints of Cardinal #AF053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

 BLUE value IS 63 (25% from 255) = 25.93%

R = 72.02%
G = 2.06%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF053F (or 0xAF053F) is known color: Cardinal. HEX triplet: AF, 05 and 3F. RGB value is (175,5,63). Sum of RGB (Red+Green+Blue) = 175+5+63=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF053F is #50FAC0. Grayscale: #3E3E3E. Windows color (decimal): -5307073 or 4130223. OLE color: 4130223.

HSL color Cylindrical-coordinate representation of color #AF053F: hue angle of 339.53º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF053F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 63 -
CMYK 0 0.97 0.64 0.31
HSL 339.53º 0.94% 0.35% -
HSV(B) 339.53º 0.97% 0.69% -
XYZ 18.63 9.58 5.57 -
YUV 62.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 175 5 63 0 0.97 0.64 0.31 339.53 0.94 0.35
Hex AF 5 3F 0 61 40 1F 154 5E 23
Octal 257 5 77 0 141 100 37 524 136 43
Binary 10101111 101 111111 0 1100001 1000000 11111 101010100 1011110 100011

Color Harmonies of #AF053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF053F

Black with #AF053F

Text Example


Text Example

White with #AF053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF053F; }

 p { color: rgb(175,5,63); }

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

background-color css

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

 a { background-color: rgb(175,5,63); }

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

border-color css

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

 span { border-color: rgb(175,5,63); }

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