Html Css Color HEX #AF113C Cardinal

📋 copy color: '#AF113C'

red 175 ◦ green 17 ◦ blue 60

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

Shades of Cardinal #AF113C

Tints of Cardinal #AF113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 69.44%
G = 6.75%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF113C (or 0xAF113C) is known color: Cardinal. HEX triplet: AF, 11 and 3C. RGB value is (175,17,60). Sum of RGB (Red+Green+Blue) = 175+17+60=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF113C is #50EEC3. Grayscale: #454545. Windows color (decimal): -5304004 or 3936687. OLE color: 3936687.

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

Color convert

RGB 175 17 60 -
CMYK 0 0.90 0.66 0.31
HSL 343.67º 0.82% 0.38% -
HSV(B) 343.67º 0.9% 0.69% -
XYZ 18.7 9.84 5.19 -
YUV 69.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 175 17 60 0 0.90 0.66 0.31 343.67 0.82 0.38
Hex AF 11 3C 0 5A 42 1F 158 52 26
Octal 257 21 74 0 132 102 37 530 122 46
Binary 10101111 10001 111100 0 1011010 1000010 11111 101011000 1010010 100110

Color Harmonies of #AF113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF113C

Black with #AF113C

Text Example


Text Example

White with #AF113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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