Html Css Color HEX #AF193A Cardinal

📋 copy color: '#AF193A'

red 175 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #AF193A

Tints of Cardinal #AF193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 67.83%
G = 9.69%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF193A (or 0xAF193A) is known color: Cardinal. HEX triplet: AF, 19 and 3A. RGB value is (175,25,58). Sum of RGB (Red+Green+Blue) = 175+25+58=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF193A is #50E6C5. Grayscale: #494949. Windows color (decimal): -5301958 or 3807663. OLE color: 3807663.

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

Color convert

RGB 175 25 58 -
CMYK 0 0.86 0.67 0.31
HSL 346.8º 0.75% 0.39% -
HSV(B) 346.8º 0.86% 0.69% -
XYZ 18.79 10.11 4.96 -
YUV 73.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 175 25 58 0 0.86 0.67 0.31 346.8 0.75 0.39
Hex AF 19 3A 0 56 43 1F 15B 4B 27
Octal 257 31 72 0 126 103 37 533 113 47
Binary 10101111 11001 111010 0 1010110 1000011 11111 101011011 1001011 100111

Color Harmonies of #AF193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF193A

Black with #AF193A

Text Example


Text Example

White with #AF193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF193A; }

 p { color: rgb(175,25,58); }

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

background-color css

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

 a { background-color: rgb(175,25,58); }

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

border-color css

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

 span { border-color: rgb(175,25,58); }

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