Html Css Color HEX #AF163D Cardinal

📋 copy color: '#AF163D'

red 175 ◦ green 22 ◦ blue 61

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

Shades of Cardinal #AF163D

Tints of Cardinal #AF163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 67.83%
G = 8.53%
B = 23.64%

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

#AF163D (or 0xAF163D) is known color: Cardinal. HEX triplet: AF, 16 and 3D. RGB value is (175,22,61). Sum of RGB (Red+Green+Blue) = 175+22+61=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF163D is #50E9C2. Grayscale: #484848. Windows color (decimal): -5302723 or 4003503. OLE color: 4003503.

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

Color convert

RGB 175 22 61 -
CMYK 0 0.87 0.65 0.31
HSL 344.71º 0.78% 0.39% -
HSV(B) 344.71º 0.87% 0.69% -
XYZ 18.81 10.02 5.36 -
YUV 72.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 175 22 61 0 0.87 0.65 0.31 344.71 0.78 0.39
Hex AF 16 3D 0 57 41 1F 159 4E 27
Octal 257 26 75 0 127 101 37 531 116 47
Binary 10101111 10110 111101 0 1010111 1000001 11111 101011001 1001110 100111

Color Harmonies of #AF163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF163D

Black with #AF163D

Text Example


Text Example

White with #AF163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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