Html Css Color HEX #AF163E Cardinal

📋 copy color: '#AF163E'

red 175 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #AF163E

Tints of Cardinal #AF163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

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

R = 67.57%
G = 8.49%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF163E (or 0xAF163E) is known color: Cardinal. HEX triplet: AF, 16 and 3E. RGB value is (175,22,62). Sum of RGB (Red+Green+Blue) = 175+22+62=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF163E is #50E9C1. Grayscale: #484848. Windows color (decimal): -5302722 or 4069039. OLE color: 4069039.

HSL color Cylindrical-coordinate representation of color #AF163E: hue angle of 344.31º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF163E is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 62 -
CMYK 0 0.87 0.65 0.31
HSL 344.31º 0.78% 0.39% -
HSV(B) 344.31º 0.87% 0.69% -
XYZ 18.84 10.04 5.5 -
YUV 72.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 175 22 62 0 0.87 0.65 0.31 344.31 0.78 0.39
Hex AF 16 3E 0 57 41 1F 158 4E 27
Octal 257 26 76 0 127 101 37 530 116 47
Binary 10101111 10110 111110 0 1010111 1000001 11111 101011000 1001110 100111

Color Harmonies of #AF163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF163E

Black with #AF163E

Text Example


Text Example

White with #AF163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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