Html Css Color HEX #AF113E Cardinal

📋 copy color: '#AF113E'

red 175 ◦ green 17 ◦ blue 62

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

Shades of Cardinal #AF113E

Tints of Cardinal #AF113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 68.9%
G = 6.69%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF113E (or 0xAF113E) is known color: Cardinal. HEX triplet: AF, 11 and 3E. RGB value is (175,17,62). Sum of RGB (Red+Green+Blue) = 175+17+62=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF113E is #50EEC1. Grayscale: #454545. Windows color (decimal): -5304002 or 4067759. OLE color: 4067759.

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

Color convert

RGB 175 17 62 -
CMYK 0 0.90 0.65 0.31
HSL 342.91º 0.82% 0.38% -
HSV(B) 342.91º 0.9% 0.69% -
XYZ 18.75 9.86 5.47 -
YUV 69.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 175 17 62 0 0.90 0.65 0.31 342.91 0.82 0.38
Hex AF 11 3E 0 5A 41 1F 157 52 26
Octal 257 21 76 0 132 101 37 527 122 46
Binary 10101111 10001 111110 0 1011010 1000001 11111 101010111 1010010 100110

Color Harmonies of #AF113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF113E

Black with #AF113E

Text Example


Text Example

White with #AF113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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