Html Css Color HEX #AF1746 Cardinal

📋 copy color: '#AF1746'

red 175 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #AF1746

Tints of Cardinal #AF1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

 BLUE value IS 70 (27.73% from 255) = 26.12%

R = 65.3%
G = 8.58%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF1746 (or 0xAF1746) is known color: Cardinal. HEX triplet: AF, 17 and 46. RGB value is (175,23,70). Sum of RGB (Red+Green+Blue) = 175+23+70=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1746 is #50E8B9. Grayscale: #494949. Windows color (decimal): -5302458 or 4593583. OLE color: 4593583.

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

Color convert

RGB 175 23 70 -
CMYK 0 0.87 0.60 0.31
HSL 341.45º 0.77% 0.39% -
HSV(B) 341.45º 0.87% 0.69% -
XYZ 19.09 10.17 6.75 -
YUV 73.81 125.86 200.18 -
System Red Green Blue C M Y K H S L
Decimal 175 23 70 0 0.87 0.60 0.31 341.45 0.77 0.39
Hex AF 17 46 0 57 3C 1F 155 4D 27
Octal 257 27 106 0 127 74 37 525 115 47
Binary 10101111 10111 1000110 0 1010111 111100 11111 101010101 1001101 100111

Color Harmonies of #AF1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1746

Black with #AF1746

Text Example


Text Example

White with #AF1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1746; }

 p { color: rgb(175,23,70); }

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

background-color css

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

 a { background-color: rgb(175,23,70); }

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

border-color css

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

 span { border-color: rgb(175,23,70); }

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