Html Css Color HEX #AF113F Cardinal

📋 copy color: '#AF113F'

red 175 ◦ green 17 ◦ blue 63

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

Shades of Cardinal #AF113F

Tints of Cardinal #AF113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 68.63%
G = 6.67%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF113F (or 0xAF113F) is known color: Cardinal. HEX triplet: AF, 11 and 3F. RGB value is (175,17,63). Sum of RGB (Red+Green+Blue) = 175+17+63=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF113F is #50EEC0. Grayscale: #454545. Windows color (decimal): -5304001 or 4133295. OLE color: 4133295.

HSL color Cylindrical-coordinate representation of color #AF113F: hue angle of 342.53º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF113F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 63 -
CMYK 0 0.90 0.64 0.31
HSL 342.53º 0.82% 0.38% -
HSV(B) 342.53º 0.9% 0.69% -
XYZ 18.78 9.87 5.62 -
YUV 69.49 124.35 203.26 -
System Red Green Blue C M Y K H S L
Decimal 175 17 63 0 0.90 0.64 0.31 342.53 0.82 0.38
Hex AF 11 3F 0 5A 40 1F 157 52 26
Octal 257 21 77 0 132 100 37 527 122 46
Binary 10101111 10001 111111 0 1011010 1000000 11111 101010111 1010010 100110

Color Harmonies of #AF113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF113F

Black with #AF113F

Text Example


Text Example

White with #AF113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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